#3B4BAF

Color #3B4BAF Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #3B4BAF

Tints of Free Speech Blue #3B4BAF

Color information

#3B4BAF (or 0x3B4BAF) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 4B and AF. RGB value is (59,75,175). Sum of RGB (Red+Green+Blue) = 59+75+175=309 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.09% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #3B4BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B4BAF is #C4B450. Grayscale: #515151. Windows color (decimal): -12891217 or 11488059. OLE color: 11488059.

HSL color Cylindrical-coordinate representation of color #3B4BAF: hue angle of 231.72º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B4BAF is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5975175-
CMYK0.660.5700.31
HSL231.72º49.57%45.88%-
HSV(B)231.72º66.29%68.63%-
XYZ12.069.0641.67-
YUV81.62180.7111.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 59 (23.44% from 255) = 19.09%
GREEN value IS 75 (29.69% from 255) = 24.27%
BLUE value IS 175 (68.75% from 255) = 56.63%
R=19.09%
G=24.27%
B=56.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal59751750.660.5700.31231.7249.5745.88
Hex3B4BAF423901Fe8322e
Octal73113257102710373506256
Binary111011100101110101111100001011100101111111101000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B4BAF; }

 p { color: rgb(59,75,175); }

 H1.HeaderClassName
 {
   color: #3B4BAF;
 }
 .AnyTagClassName
 {
   color: #3B4BAF;
 }
</style>
background-color css

<style>
 a { background-color: #3B4BAF; }

 a { background-color: rgb(59,75,175); }

 div.DivClassName
 {
   background-color: #3B4BAF;
 }
 .BgClassName
 {
   background-color: #3B4BAF;
 }
</style>
border-color css

<style>
 span { border-color: #3B4BAF; }

 span { border-color: rgb(59,75,175); }

 td.TdClassName
 {
   border-color: #3B4BAF;
 }
 .TagClassName
 {
   border-color: #3B4BAF;
 }
</style>