Html Css Color HEX #204992 Endeavour

📋 copy color: '#204992'

red 32 ◦ green 73 ◦ blue 146

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

Shades of Endeavour #204992

Tints of Endeavour #204992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 58.17%

R = 12.75%
G = 29.08%
B = 58.17%

CMYK

 C value IS 0.78

 M value IS 0.5

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#204992 (or 0x204992) is known color: Endeavour. HEX triplet: 20, 49 and 92. RGB value is (32,73,146). Sum of RGB (Red+Green+Blue) = 32+73+146=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #204992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204992 is #DFB66D. Grayscale: #444444. Windows color (decimal): -14661230 or 9586976. OLE color: 9586976.

HSL color Cylindrical-coordinate representation of color #204992: hue angle of 218.42º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #204992 is Cyan = 0.78, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 32 73 146 -
CMYK 0.78 0.5 0 0.43
HSL 218.42º 0.64% 0.35% -
HSV(B) 218.42º 0.78% 0.57% -
XYZ 8.17 7.15 28.14 -
YUV 69.06 171.42 101.56 -
System Red Green Blue C M Y K H S L
Decimal 32 73 146 0.78 0.5 0 0.43 218.42 0.64 0.35
Hex 20 49 92 4E 32 0 2B DA 40 23
Octal 40 111 222 116 62 0 53 332 100 43
Binary 100000 1001001 10010010 1001110 110010 0 101011 11011010 1000000 100011

Color Harmonies of #204992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204992

Black with #204992

Text Example


Text Example

White with #204992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204992; }

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

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

background-color css

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

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

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

border-color css

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

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

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