Html Css Color HEX #204989 Endeavour

📋 copy color: '#204989'

red 32 ◦ green 73 ◦ blue 137

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

Shades of Endeavour #204989

Tints of Endeavour #204989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 56.61%

R = 13.22%
G = 30.17%
B = 56.61%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#204989 (or 0x204989) is known color: Endeavour. HEX triplet: 20, 49 and 89. RGB value is (32,73,137). Sum of RGB (Red+Green+Blue) = 32+73+137=242 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.22% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 137 (53.91% from 255 or 56.61% from 242); Max value from RGB is 137 - color contains mainly: blue. Hex color #204989 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204989 is #DFB676. Grayscale: #434343. Windows color (decimal): -14661239 or 8997152. OLE color: 8997152.

HSL color Cylindrical-coordinate representation of color #204989: hue angle of 216.57º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #204989 is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 32 73 137 -
CMYK 0.77 0.47 0 0.46
HSL 216.57º 0.62% 0.33% -
HSV(B) 216.57º 0.77% 0.54% -
XYZ 7.49 6.88 24.6 -
YUV 68.04 166.92 102.3 -
System Red Green Blue C M Y K H S L
Decimal 32 73 137 0.77 0.47 0 0.46 216.57 0.62 0.33
Hex 20 49 89 4D 2F 0 2E D9 3E 21
Octal 40 111 211 115 57 0 56 331 76 41
Binary 100000 1001001 10001001 1001101 101111 0 101110 11011001 111110 100001

Color Harmonies of #204989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204989

Black with #204989

Text Example


Text Example

White with #204989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204989; }

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

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

background-color css

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

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

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

border-color css

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

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

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