#3C4AC8

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

Shades of Free Speech Blue #3C4AC8

Tints of Free Speech Blue #3C4AC8

Color information

#3C4AC8 (or 0x3C4AC8) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 4A and C8. RGB value is (60,74,200). Sum of RGB (Red+Green+Blue) = 60+74+200=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 200 (78.52% from 255 or 59.88% from 334); Max value from RGB is 200 - color contains mainly: blue. Hex color #3C4AC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C4AC8 is #C3B537. Grayscale: #535353. Windows color (decimal): -12825912 or 13126204. OLE color: 13126204.

HSL color Cylindrical-coordinate representation of color #3C4AC8: hue angle of 234º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C4AC8 is Cyan = 0.7, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6074200-
CMYK0.70.6300.22
HSL234º56%50.98%-
HSV(B)234º70%78.43%-
XYZ14.7410.0355.8-
YUV84.18193.36110.75-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.96%
GREEN value IS 74 (29.30% from 255) = 22.16%
BLUE value IS 200 (78.52% from 255) = 59.88%
R=17.96%
G=22.16%
B=59.88%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal60742000.70.6300.222345650.98
Hex3C4AC8463F016ea3833
Octal74112310106770263527063
Binary111100100101011001000100011011111101011011101010111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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