#204C9A

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

Shades of Endeavour #204C9A

Tints of Endeavour #204C9A

Color information

#204C9A (or 0x204C9A) is unknown color: approx Endeavour. HEX triplet: 20, 4C and 9A. RGB value is (32,76,154). Sum of RGB (Red+Green+Blue) = 32+76+154=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 154 (60.55% from 255 or 58.78% from 262); Max value from RGB is 154 - color contains mainly: blue. Hex color #204C9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204C9A is #DFB365. Grayscale: #474747. Windows color (decimal): -14660454 or 10112032. OLE color: 10112032.

HSL color Cylindrical-coordinate representation of color #204C9A: hue angle of 218.36º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #204C9A is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3276154-
CMYK0.790.5100.40
HSL218.36º65.59%36.47%-
HSV(B)218.36º79.22%60.39%-
XYZ9.017.8131.6-
YUV71.74174.4299.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.21%
GREEN value IS 76 (30.08% from 255) = 29.01%
BLUE value IS 154 (60.55% from 255) = 58.78%
R=12.21%
G=29.01%
B=58.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal32761540.790.5100.40218.3665.5936.47
Hex204C9A4F33028da4224
Octal401142321176305033210244
Binary10000010011001001101010011111100110101000110110101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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