Html Css Color HEX #20488C Endeavour

📋 copy color: '#20488C'

red 32 ◦ green 72 ◦ blue 140

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

Shades of Endeavour #20488C

Tints of Endeavour #20488C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 57.38%

R = 13.11%
G = 29.51%
B = 57.38%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#20488C (or 0x20488C) is known color: Endeavour. HEX triplet: 20, 48 and 8C. RGB value is (32,72,140). Sum of RGB (Red+Green+Blue) = 32+72+140=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 140 (55.08% from 255 or 57.38% from 244); Max value from RGB is 140 - color contains mainly: blue. Hex color #20488C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20488C is #DFB773. Grayscale: #434343. Windows color (decimal): -14661492 or 9193504. OLE color: 9193504.

HSL color Cylindrical-coordinate representation of color #20488C: hue angle of 217.78º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20488C is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 32 72 140 -
CMYK 0.77 0.49 0 0.45
HSL 217.78º 0.63% 0.34% -
HSV(B) 217.78º 0.77% 0.55% -
XYZ 7.65 6.84 25.73 -
YUV 67.79 168.75 102.47 -
System Red Green Blue C M Y K H S L
Decimal 32 72 140 0.77 0.49 0 0.45 217.78 0.63 0.34
Hex 20 48 8C 4D 31 0 2D DA 3F 22
Octal 40 110 214 115 61 0 55 332 77 42
Binary 100000 1001000 10001100 1001101 110001 0 101101 11011010 111111 100010

Color Harmonies of #20488C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20488C

Black with #20488C

Text Example


Text Example

White with #20488C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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