#3C4FAB

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

Shades of Free Speech Blue #3C4FAB

Tints of Free Speech Blue #3C4FAB

Color information

#3C4FAB (or 0x3C4FAB) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 4F and AB. RGB value is (60,79,171). Sum of RGB (Red+Green+Blue) = 60+79+171=310 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.35% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C4FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C4FAB is #C3B054. Grayscale: #535353. Windows color (decimal): -12824661 or 11226940. OLE color: 11226940.

HSL color Cylindrical-coordinate representation of color #3C4FAB: hue angle of 229.73º 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 #3C4FAB is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6079171-
CMYK0.650.5400.33
HSL229.73º48.05%45.29%-
HSV(B)229.73º64.91%67.06%-
XYZ12.019.4939.73-
YUV83.81177.21111.02-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.35%
GREEN value IS 79 (31.25% from 255) = 25.48%
BLUE value IS 171 (67.19% from 255) = 55.16%
R=19.35%
G=25.48%
B=55.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal60791710.650.5400.33229.7348.0545.29
Hex3C4FAB4136021e6302d
Octal74117253101660413466055
Binary1111001001111101010111000001110110010000111100110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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