#3C4DAB

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

Shades of Free Speech Blue #3C4DAB

Tints of Free Speech Blue #3C4DAB

Color information

#3C4DAB (or 0x3C4DAB) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 4D and AB. RGB value is (60,77,171). Sum of RGB (Red+Green+Blue) = 60+77+171=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C4DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C4DAB is #C3B254. Grayscale: #525252. Windows color (decimal): -12825173 or 11226428. OLE color: 11226428.

HSL color Cylindrical-coordinate representation of color #3C4DAB: hue angle of 230.81º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C4DAB is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6077171-
CMYK0.650.5500.33
HSL230.81º48.05%45.29%-
HSV(B)230.81º64.91%67.06%-
XYZ11.879.2139.68-
YUV82.63177.87111.86-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.48%
GREEN value IS 77 (30.47% from 255) = 25%
BLUE value IS 171 (67.19% from 255) = 55.52%
R=19.48%
G=25%
B=55.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal60771710.650.5500.33230.8148.0545.29
Hex3C4DAB4137021e7302d
Octal74115253101670413476055
Binary1111001001101101010111000001110111010000111100111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,77,171); }

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

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

 a { background-color: rgb(60,77,171); }

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

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

 span { border-color: rgb(60,77,171); }

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