Html Css Color HEX #20608B Endeavour

📋 copy color: '#20608B'

red 32 ◦ green 96 ◦ blue 139

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

Shades of Endeavour #20608B

Tints of Endeavour #20608B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.96%

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

R = 11.99%
G = 35.96%
B = 52.06%

CMYK

 C value IS 0.77

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#20608B (or 0x20608B) is known color: Endeavour. HEX triplet: 20, 60 and 8B. RGB value is (32,96,139). Sum of RGB (Red+Green+Blue) = 32+96+139=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #20608B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20608B is #DF9F74. Grayscale: #515151. Windows color (decimal): -14655349 or 9134112. OLE color: 9134112.

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

Color convert

RGB 32 96 139 -
CMYK 0.77 0.31 0 0.45
HSL 204.11º 0.63% 0.34% -
HSV(B) 204.11º 0.77% 0.55% -
XYZ 9.44 10.54 25.96 -
YUV 81.77 160.3 92.5 -
System Red Green Blue C M Y K H S L
Decimal 32 96 139 0.77 0.31 0 0.45 204.11 0.63 0.34
Hex 20 60 8B 4D 1F 0 2D CC 3F 22
Octal 40 140 213 115 37 0 55 314 77 42
Binary 100000 1100000 10001011 1001101 11111 0 101101 11001100 111111 100010

Color Harmonies of #20608B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20608B

Black with #20608B

Text Example


Text Example

White with #20608B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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