#3C4ABF

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

Shades of Free Speech Blue #3C4ABF

Tints of Free Speech Blue #3C4ABF

Color information

#3C4ABF (or 0x3C4ABF) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 4A and BF. RGB value is (60,74,191). Sum of RGB (Red+Green+Blue) = 60+74+191=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 191 (75% from 255 or 58.77% from 325); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C4ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C4ABF is #C3B540. Grayscale: #525252. Windows color (decimal): -12825921 or 12536380. OLE color: 12536380.

HSL color Cylindrical-coordinate representation of color #3C4ABF: hue angle of 233.59º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C4ABF is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6074191-
CMYK0.690.6100.25
HSL233.59º52.19%49.22%-
HSV(B)233.59º68.59%74.9%-
XYZ13.729.6250.42-
YUV83.15188.86111.49-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.46%
GREEN value IS 74 (29.30% from 255) = 22.77%
BLUE value IS 191 (75% from 255) = 58.77%
R=18.46%
G=22.77%
B=58.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal60741910.690.6100.25233.5952.1949.22
Hex3C4ABF453D019ea3431
Octal74112277105750313526461
Binary111100100101010111111100010111110101100111101010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,74,191); }

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

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

 a { background-color: rgb(60,74,191); }

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

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

 span { border-color: rgb(60,74,191); }

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