Html Css Color HEX #20488E Endeavour

📋 copy color: '#20488E'

red 32 ◦ green 72 ◦ blue 142

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

Shades of Endeavour #20488E

Tints of Endeavour #20488E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.27%

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

R = 13.01%
G = 29.27%
B = 57.72%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#20488E (or 0x20488E) is known color: Endeavour. HEX triplet: 20, 48 and 8E. RGB value is (32,72,142). Sum of RGB (Red+Green+Blue) = 32+72+142=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 142 (55.86% from 255 or 57.72% from 246); Max value from RGB is 142 - color contains mainly: blue. Hex color #20488E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20488E is #DFB771. Grayscale: #434343. Windows color (decimal): -14661490 or 9324576. OLE color: 9324576.

HSL color Cylindrical-coordinate representation of color #20488E: hue angle of 218.18º 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 #20488E is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 32 72 142 -
CMYK 0.77 0.49 0 0.44
HSL 218.18º 0.63% 0.34% -
HSV(B) 218.18º 0.77% 0.56% -
XYZ 7.8 6.89 26.51 -
YUV 68.02 169.75 102.31 -
System Red Green Blue C M Y K H S L
Decimal 32 72 142 0.77 0.49 0 0.44 218.18 0.63 0.34
Hex 20 48 8E 4D 31 0 2C DA 3F 22
Octal 40 110 216 115 61 0 54 332 77 42
Binary 100000 1001000 10001110 1001101 110001 0 101100 11011010 111111 100010

Color Harmonies of #20488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20488E

Black with #20488E

Text Example


Text Example

White with #20488E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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