Html Css Color HEX #3C4EC8 Free Speech Blue

📋 copy color: '#3C4EC8'

red 60 ◦ green 78 ◦ blue 200

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

Shades of Free Speech Blue #3C4EC8

Tints of Free Speech Blue #3C4EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 59.17%

R = 17.75%
G = 23.08%
B = 59.17%

CMYK

 C value IS 0.7

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3C4EC8 (or 0x3C4EC8) is known color: Free Speech Blue. HEX triplet: 3C, 4E and C8. RGB value is (60,78,200). Sum of RGB (Red+Green+Blue) = 60+78+200=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 200 (78.52% from 255 or 59.17% from 338); Max value from RGB is 200 - color contains mainly: blue. Hex color #3C4EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C4EC8 is #C3B137. Grayscale: #565656. Windows color (decimal): -12824888 or 13127228. OLE color: 13127228.

HSL color Cylindrical-coordinate representation of color #3C4EC8: hue angle of 232.29º 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 #3C4EC8 is Cyan = 0.7, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 60 78 200 -
CMYK 0.7 0.61 0 0.22
HSL 232.29º 0.56% 0.51% -
HSV(B) 232.29º 0.7% 0.78% -
XYZ 15.01 10.58 55.89 -
YUV 86.53 192.04 109.08 -
System Red Green Blue C M Y K H S L
Decimal 60 78 200 0.7 0.61 0 0.22 232.29 0.56 0.51
Hex 3C 4E C8 46 3D 0 16 E8 38 33
Octal 74 116 310 106 75 0 26 350 70 63
Binary 111100 1001110 11001000 1000110 111101 0 10110 11101000 111000 110011

Color Harmonies of #3C4EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4EC8

Black with #3C4EC8

Text Example


Text Example

White with #3C4EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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