Html Css Color HEX #20508A Endeavour

📋 copy color: '#20508A'

red 32 ◦ green 80 ◦ blue 138

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

Shades of Endeavour #20508A

Tints of Endeavour #20508A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 55.2%

R = 12.8%
G = 32%
B = 55.2%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#20508A (or 0x20508A) is known color: Endeavour. HEX triplet: 20, 50 and 8A. RGB value is (32,80,138). Sum of RGB (Red+Green+Blue) = 32+80+138=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 138 (54.30% from 255 or 55.2% from 250); Max value from RGB is 138 - color contains mainly: blue. Hex color #20508A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20508A is #DFAF75. Grayscale: #474747. Windows color (decimal): -14659446 or 9064480. OLE color: 9064480.

HSL color Cylindrical-coordinate representation of color #20508A: hue angle of 212.83º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20508A is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 32 80 138 -
CMYK 0.77 0.42 0 0.46
HSL 212.83º 0.62% 0.33% -
HSV(B) 212.83º 0.77% 0.54% -
XYZ 8.05 7.88 25.14 -
YUV 72.26 165.1 99.28 -
System Red Green Blue C M Y K H S L
Decimal 32 80 138 0.77 0.42 0 0.46 212.83 0.62 0.33
Hex 20 50 8A 4D 2A 0 2E D5 3E 21
Octal 40 120 212 115 52 0 56 325 76 41
Binary 100000 1010000 10001010 1001101 101010 0 101110 11010101 111110 100001

Color Harmonies of #20508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20508A

Black with #20508A

Text Example


Text Example

White with #20508A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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