#3B4EAF

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

Shades of Free Speech Blue #3B4EAF

Tints of Free Speech Blue #3B4EAF

Color information

#3B4EAF (or 0x3B4EAF) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 4E and AF. RGB value is (59,78,175). Sum of RGB (Red+Green+Blue) = 59+78+175=312 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.91% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 175 (68.75% from 255 or 56.09% from 312); Max value from RGB is 175 - color contains mainly: blue. Hex color #3B4EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B4EAF is #C4B150. Grayscale: #525252. Windows color (decimal): -12890449 or 11488827. OLE color: 11488827.

HSL color Cylindrical-coordinate representation of color #3B4EAF: hue angle of 230.17º 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 #3B4EAF is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5978175-
CMYK0.660.5500.31
HSL230.17º49.57%45.88%-
HSV(B)230.17º66.29%68.63%-
XYZ12.279.4741.74-
YUV83.38179.71110.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.91%
GREEN value IS 78 (30.86% from 255) = 25%
BLUE value IS 175 (68.75% from 255) = 56.09%
R=18.91%
G=25%
B=56.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal59781750.660.5500.31230.1749.5745.88
Hex3B4EAF423701Fe6322e
Octal73116257102670373466256
Binary111011100111010101111100001011011101111111100110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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