#204B85

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

Shades of Endeavour #204B85

Tints of Endeavour #204B85

Color information

#204B85 (or 0x204B85) is unknown color: approx Endeavour. HEX triplet: 20, 4B and 85. RGB value is (32,75,133). Sum of RGB (Red+Green+Blue) = 32+75+133=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #204B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204B85 is #DFB47A. Grayscale: #444444. Windows color (decimal): -14660731 or 8735520. OLE color: 8735520.

HSL color Cylindrical-coordinate representation of color #204B85: hue angle of 214.46º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #204B85 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3275133-
CMYK0.760.4400.48
HSL214.46º61.21%32.35%-
HSV(B)214.46º75.94%52.16%-
XYZ7.357.0323.16-
YUV68.76164.25101.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.33%
GREEN value IS 75 (29.69% from 255) = 31.25%
BLUE value IS 133 (52.34% from 255) = 55.42%
R=13.33%
G=31.25%
B=55.42%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal32751330.760.4400.48214.4661.2132.35
Hex204B854C2C030d63d20
Octal40113205114540603267540
Binary1000001001011100001011001100101100011000011010110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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