Html Css Color HEX #20508C Endeavour

📋 copy color: '#20508C'

red 32 ◦ green 80 ◦ blue 140

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

Shades of Endeavour #20508C

Tints of Endeavour #20508C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.75%

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

R = 12.7%
G = 31.75%
B = 55.56%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#20508C (or 0x20508C) is known color: Endeavour. HEX triplet: 20, 50 and 8C. RGB value is (32,80,140). Sum of RGB (Red+Green+Blue) = 32+80+140=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 140 (55.08% from 255 or 55.56% from 252); Max value from RGB is 140 - color contains mainly: blue. Hex color #20508C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20508C is #DFAF73. Grayscale: #484848. Windows color (decimal): -14659444 or 9195552. OLE color: 9195552.

HSL color Cylindrical-coordinate representation of color #20508C: hue angle of 213.33º 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 #20508C is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 32 80 140 -
CMYK 0.77 0.43 0 0.45
HSL 213.33º 0.63% 0.34% -
HSV(B) 213.33º 0.77% 0.55% -
XYZ 8.2 7.94 25.91 -
YUV 72.49 166.1 99.12 -
System Red Green Blue C M Y K H S L
Decimal 32 80 140 0.77 0.43 0 0.45 213.33 0.63 0.34
Hex 20 50 8C 4D 2B 0 2D D5 3F 22
Octal 40 120 214 115 53 0 55 325 77 42
Binary 100000 1010000 10001100 1001101 101011 0 101101 11010101 111111 100010

Color Harmonies of #20508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20508C

Black with #20508C

Text Example


Text Example

White with #20508C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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