Html Css Color HEX #20588B Endeavour

📋 copy color: '#20588B'

red 32 ◦ green 88 ◦ blue 139

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

Shades of Endeavour #20588B

Tints of Endeavour #20588B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.98%

 BLUE value IS 139 (54.69% from 255) = 53.67%

R = 12.36%
G = 33.98%
B = 53.67%

CMYK

 C value IS 0.77

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#20588B (or 0x20588B) is known color: Endeavour. HEX triplet: 20, 58 and 8B. RGB value is (32,88,139). Sum of RGB (Red+Green+Blue) = 32+88+139=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 139 (54.69% from 255 or 53.67% from 259); Max value from RGB is 139 - color contains mainly: blue. Hex color #20588B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20588B is #DFA774. Grayscale: #4C4C4C. Windows color (decimal): -14657397 or 9132064. OLE color: 9132064.

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

Color convert

RGB 32 88 139 -
CMYK 0.77 0.37 0 0.45
HSL 208.6º 0.63% 0.34% -
HSV(B) 208.6º 0.77% 0.55% -
XYZ 8.75 9.15 25.73 -
YUV 77.07 162.95 95.85 -
System Red Green Blue C M Y K H S L
Decimal 32 88 139 0.77 0.37 0 0.45 208.6 0.63 0.34
Hex 20 58 8B 4D 25 0 2D D1 3F 22
Octal 40 130 213 115 45 0 55 321 77 42
Binary 100000 1011000 10001011 1001101 100101 0 101101 11010001 111111 100010

Color Harmonies of #20588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20588B

Black with #20588B

Text Example


Text Example

White with #20588B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20588B; }

 p { color: rgb(32,88,139); }

 H1.HeaderClassName
 {
   color: #20588B;
 }
 .AnyTagClassName
 {
   color: #20588B;
 }
</style>

background-color css

<style>
 a { background-color: #20588B; }

 a { background-color: rgb(32,88,139); }

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

border-color css

<style>
 span { border-color: #20588B; }

 span { border-color: rgb(32,88,139); }

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