#204C9D

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

Shades of Endeavour #204C9D

Tints of Endeavour #204C9D

Color information

#204C9D (or 0x204C9D) is unknown color: approx Endeavour. HEX triplet: 20, 4C and 9D. RGB value is (32,76,157). Sum of RGB (Red+Green+Blue) = 32+76+157=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 157 (61.72% from 255 or 59.25% from 265); Max value from RGB is 157 - color contains mainly: blue. Hex color #204C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204C9D is #DFB362. Grayscale: #474747. Windows color (decimal): -14660451 or 10308640. OLE color: 10308640.

HSL color Cylindrical-coordinate representation of color #204C9D: hue angle of 218.88º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #204C9D is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3276157-
CMYK0.800.5200.38
HSL218.88º66.14%37.06%-
HSV(B)218.88º79.62%61.57%-
XYZ9.277.9132.94-
YUV72.08175.9299.41-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.08%
GREEN value IS 76 (30.08% from 255) = 28.68%
BLUE value IS 157 (61.72% from 255) = 59.25%
R=12.08%
G=28.68%
B=59.25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal32761570.800.5200.38218.8866.1437.06
Hex204C9D5034026db4225
Octal401142351206404633310245
Binary10000010011001001110110100001101000100110110110111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,76,157); }

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

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

 a { background-color: rgb(32,76,157); }

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

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

 span { border-color: rgb(32,76,157); }

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