Html Css Color HEX #204991 Endeavour

📋 copy color: '#204991'

red 32 ◦ green 73 ◦ blue 145

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

Shades of Endeavour #204991

Tints of Endeavour #204991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 58%

R = 12.8%
G = 29.2%
B = 58%

CMYK

 C value IS 0.78

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#204991 (or 0x204991) is known color: Endeavour. HEX triplet: 20, 49 and 91. RGB value is (32,73,145). Sum of RGB (Red+Green+Blue) = 32+73+145=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #204991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204991 is #DFB66E. Grayscale: #444444. Windows color (decimal): -14661231 or 9521440. OLE color: 9521440.

HSL color Cylindrical-coordinate representation of color #204991: hue angle of 218.23º 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 #204991 is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 32 73 145 -
CMYK 0.78 0.50 0 0.43
HSL 218.23º 0.64% 0.35% -
HSV(B) 218.23º 0.78% 0.57% -
XYZ 8.09 7.12 27.74 -
YUV 68.95 170.92 101.65 -
System Red Green Blue C M Y K H S L
Decimal 32 73 145 0.78 0.50 0 0.43 218.23 0.64 0.35
Hex 20 49 91 4E 32 0 2B DA 40 23
Octal 40 111 221 116 62 0 53 332 100 43
Binary 100000 1001001 10010001 1001110 110010 0 101011 11011010 1000000 100011

Color Harmonies of #204991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204991

Black with #204991

Text Example


Text Example

White with #204991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204991; }

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

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

background-color css

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

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

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

border-color css

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

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

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