Html Css Color HEX #204999 Endeavour

📋 copy color: '#204999'

red 32 ◦ green 73 ◦ blue 153

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

Shades of Endeavour #204999

Tints of Endeavour #204999

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.29%

 BLUE value IS 153 (60.16% from 255) = 59.3%

R = 12.4%
G = 28.29%
B = 59.3%

CMYK

 C value IS 0.79

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#204999 (or 0x204999) is known color: Endeavour. HEX triplet: 20, 49 and 99. RGB value is (32,73,153). Sum of RGB (Red+Green+Blue) = 32+73+153=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #204999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204999 is #DFB666. Grayscale: #454545. Windows color (decimal): -14661223 or 10045728. OLE color: 10045728.

HSL color Cylindrical-coordinate representation of color #204999: hue angle of 219.67º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #204999 is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 32 73 153 -
CMYK 0.79 0.52 0 0.4
HSL 219.67º 0.65% 0.36% -
HSV(B) 219.67º 0.79% 0.6% -
XYZ 8.73 7.37 31.1 -
YUV 69.86 174.92 101 -
System Red Green Blue C M Y K H S L
Decimal 32 73 153 0.79 0.52 0 0.4 219.67 0.65 0.36
Hex 20 49 99 4F 34 0 28 DC 41 24
Octal 40 111 231 117 64 0 50 334 101 44
Binary 100000 1001001 10011001 1001111 110100 0 101000 11011100 1000001 100100

Color Harmonies of #204999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204999

Black with #204999

Text Example


Text Example

White with #204999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204999; }

 p { color: rgb(32,73,153); }

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

background-color css

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

 a { background-color: rgb(32,73,153); }

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

border-color css

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

 span { border-color: rgb(32,73,153); }

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