Html Css Color HEX #4036CC Free Speech Blue

📋 copy color: '#4036CC'

red 64 ◦ green 54 ◦ blue 204

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

Shades of Free Speech Blue #4036CC

Tints of Free Speech Blue #4036CC

RGB

 RED value IS 64 (25.39% from 255) = 19.88%

 GREEN value IS 54 (21.48% from 255) = 16.77%

 BLUE value IS 204 (80.08% from 255) = 63.35%

R = 19.88%
G = 16.77%
B = 63.35%

CMYK

 C value IS 0.69

 M value IS 0.74

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4036CC (or 0x4036CC) is known color: Free Speech Blue. HEX triplet: 40, 36 and CC. RGB value is (64,54,204). Sum of RGB (Red+Green+Blue) = 64+54+204=322 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.88% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #4036CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4036CC is #BFC933. Grayscale: #494949. Windows color (decimal): -12568884 or 13383232. OLE color: 13383232.

HSL color Cylindrical-coordinate representation of color #4036CC: hue angle of 244º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4036CC is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 64 54 204 -
CMYK 0.69 0.74 0 0.2
HSL 244º 0.6% 0.51% -
HSV(B) 244º 0.74% 0.8% -
XYZ 14.33 8.09 57.93 -
YUV 74.09 201.31 120.8 -
System Red Green Blue C M Y K H S L
Decimal 64 54 204 0.69 0.74 0 0.2 244 0.6 0.51
Hex 40 36 CC 45 4A 0 14 F4 3C 33
Octal 100 66 314 105 112 0 24 364 74 63
Binary 1000000 110110 11001100 1000101 1001010 0 10100 11110100 111100 110011

Color Harmonies of #4036CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4036CC

Black with #4036CC

Text Example


Text Example

White with #4036CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4036CC; }

 p { color: rgb(64,54,204); }

 H1.HeaderClassName
 {
   color: #4036CC;
 }
 .AnyTagClassName
 {
   color: #4036CC;
 }
</style>

background-color css

<style>
 a { background-color: #4036CC; }

 a { background-color: rgb(64,54,204); }

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

border-color css

<style>
 span { border-color: #4036CC; }

 span { border-color: rgb(64,54,204); }

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