Html Css Color HEX #204889 Endeavour

📋 copy color: '#204889'

red 32 ◦ green 72 ◦ blue 137

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

Shades of Endeavour #204889

Tints of Endeavour #204889

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.88%

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

R = 13.28%
G = 29.88%
B = 56.85%

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

#204889 (or 0x204889) is known color: Endeavour. HEX triplet: 20, 48 and 89. RGB value is (32,72,137). Sum of RGB (Red+Green+Blue) = 32+72+137=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 137 (53.91% from 255 or 56.85% from 241); Max value from RGB is 137 - color contains mainly: blue. Hex color #204889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204889 is #DFB776. Grayscale: #434343. Windows color (decimal): -14661495 or 8996896. OLE color: 8996896.

HSL color Cylindrical-coordinate representation of color #204889: hue angle of 217.14º 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 #204889 is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 32 72 137 -
CMYK 0.77 0.47 0 0.46
HSL 217.14º 0.62% 0.33% -
HSV(B) 217.14º 0.77% 0.54% -
XYZ 7.43 6.75 24.58 -
YUV 67.45 167.25 102.71 -
System Red Green Blue C M Y K H S L
Decimal 32 72 137 0.77 0.47 0 0.46 217.14 0.62 0.33
Hex 20 48 89 4D 2F 0 2E D9 3E 21
Octal 40 110 211 115 57 0 56 331 76 41
Binary 100000 1001000 10001001 1001101 101111 0 101110 11011001 111110 100001

Color Harmonies of #204889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204889

Black with #204889

Text Example


Text Example

White with #204889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204889; }

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

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

background-color css

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

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

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

border-color css

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

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

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