Html Css Color HEX #3C4EAF Free Speech Blue

📋 copy color: '#3C4EAF'

red 60 ◦ green 78 ◦ blue 175

#3C4EAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #3C4EAF

Tints of Free Speech Blue #3C4EAF

RGB

 RED value IS 60 (23.83% from 255) = 19.17%

 GREEN value IS 78 (30.86% from 255) = 24.92%

 BLUE value IS 175 (68.75% from 255) = 55.91%

R = 19.17%
G = 24.92%
B = 55.91%

CMYK

 C value IS 0.66

 M value IS 0.55

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3C4EAF (or 0x3C4EAF) is known color: Free Speech Blue. HEX triplet: 3C, 4E and AF. RGB value is (60,78,175). Sum of RGB (Red+Green+Blue) = 60+78+175=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C4EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C4EAF is #C3B150. Grayscale: #535353. Windows color (decimal): -12824913 or 11488828. OLE color: 11488828.

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

Color convert

RGB 60 78 175 -
CMYK 0.66 0.55 0 0.31
HSL 230.61º 0.49% 0.46% -
HSV(B) 230.61º 0.66% 0.69% -
XYZ 12.33 9.5 41.74 -
YUV 83.68 179.54 111.11 -
System Red Green Blue C M Y K H S L
Decimal 60 78 175 0.66 0.55 0 0.31 230.61 0.49 0.46
Hex 3C 4E AF 42 37 0 1F E7 31 2E
Octal 74 116 257 102 67 0 37 347 61 56
Binary 111100 1001110 10101111 1000010 110111 0 11111 11100111 110001 101110

Color Harmonies of #3C4EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4EAF

Black with #3C4EAF

Text Example


Text Example

White with #3C4EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C4EAF;
 }
 .AnyTagClassName
 {
   color: #3C4EAF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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