#204b89

Color #204B89 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #204B89

Tints of Endeavour #204B89

Color information

#204B89 (or 0x204B89) is unknown color: approx Endeavour. HEX triplet: 20, 4B and 89. RGB value is (32,75,137). Sum of RGB (Red+Green+Blue) = 32+75+137=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 75 (29.69% from 255 or 30.74% from 244); Blue value is 137 (53.91% from 255 or 56.15% from 244); Max value from RGB is 137 - color contains mainly: blue. Hex color #204B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204B89 is #DFB476. Grayscale: #444444. Windows color (decimal): -14660727 or 8997664. OLE color: 8997664.

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

Color convert

RGB3275137-
CMYK0.770.4500.46
HSL215.43º62.13%33.14%-
HSV(B)215.43º76.64%53.73%-
XYZ7.637.1524.64-
YUV69.21166.25101.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.11%
GREEN value IS 75 (29.69% from 255) = 30.74%
BLUE value IS 137 (53.91% from 255) = 56.15%
R=13.11%
G=30.74%
B=56.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal32751370.770.4500.46215.4362.1333.14
Hex204B894D2D02Ed73e21
Octal40113211115550563277641
Binary1000001001011100010011001101101101010111011010111111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204b89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204b89; }

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

 H1.HeaderClassName
 {
   color: #204b89;
 }
 .AnyTagClassName
 {
   color: #204b89;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #204b89;
 }
 .BgClassName
 {
   background-color: #204b89;
 }
</style>
border-color css

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

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

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