Html Css Color HEX #20558E Endeavour

📋 copy color: '#20558E'

red 32 ◦ green 85 ◦ blue 142

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

Shades of Endeavour #20558E

Tints of Endeavour #20558E

RGB

 RED value IS 32 (12.89% from 255) = 12.36%

 GREEN value IS 85 (33.59% from 255) = 32.82%

 BLUE value IS 142 (55.86% from 255) = 54.83%

R = 12.36%
G = 32.82%
B = 54.83%

CMYK

 C value IS 0.77

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#20558E (or 0x20558E) is known color: Endeavour. HEX triplet: 20, 55 and 8E. RGB value is (32,85,142). Sum of RGB (Red+Green+Blue) = 32+85+142=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 142 (55.86% from 255 or 54.83% from 259); Max value from RGB is 142 - color contains mainly: blue. Hex color #20558E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20558E is #DFAA71. Grayscale: #4B4B4B. Windows color (decimal): -14658162 or 9327904. OLE color: 9327904.

HSL color Cylindrical-coordinate representation of color #20558E: hue angle of 211.09º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20558E is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 32 85 142 -
CMYK 0.77 0.40 0 0.44
HSL 211.09º 0.63% 0.34% -
HSV(B) 211.09º 0.77% 0.56% -
XYZ 8.73 8.76 26.82 -
YUV 75.65 165.44 96.87 -
System Red Green Blue C M Y K H S L
Decimal 32 85 142 0.77 0.40 0 0.44 211.09 0.63 0.34
Hex 20 55 8E 4D 28 0 2C D3 3F 22
Octal 40 125 216 115 50 0 54 323 77 42
Binary 100000 1010101 10001110 1001101 101000 0 101100 11010011 111111 100010

Color Harmonies of #20558E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20558E

Black with #20558E

Text Example


Text Example

White with #20558E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20558E; }

 p { color: rgb(32,85,142); }

 H1.HeaderClassName
 {
   color: #20558E;
 }
 .AnyTagClassName
 {
   color: #20558E;
 }
</style>

background-color css

<style>
 a { background-color: #20558E; }

 a { background-color: rgb(32,85,142); }

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

border-color css

<style>
 span { border-color: #20558E; }

 span { border-color: rgb(32,85,142); }

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