#204B9A

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

Shades of Endeavour #204B9A

Tints of Endeavour #204B9A

Color information

#204B9A (or 0x204B9A) is unknown color: approx Endeavour. HEX triplet: 20, 4B and 9A. RGB value is (32,75,154). Sum of RGB (Red+Green+Blue) = 32+75+154=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 154 (60.55% from 255 or 59.00% from 261); Max value from RGB is 154 - color contains mainly: blue. Hex color #204B9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204B9A is #DFB465. Grayscale: #464646. Windows color (decimal): -14660710 or 10111776. OLE color: 10111776.

HSL color Cylindrical-coordinate representation of color #204B9A: hue angle of 218.85º 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 #204B9A is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3275154-
CMYK0.790.5100.40
HSL218.85º65.59%36.47%-
HSV(B)218.85º79.22%60.39%-
XYZ8.947.6731.58-
YUV71.15174.75100.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.26%
GREEN value IS 75 (29.69% from 255) = 28.74%
BLUE value IS 154 (60.55% from 255) = 59.00%
R=12.26%
G=28.74%
B=59.00%

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
Decimal32751540.790.5100.40218.8565.5936.47
Hex204B9A4F33028db4224
Octal401132321176305033310244
Binary10000010010111001101010011111100110101000110110111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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