#204B8A

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

Shades of Endeavour #204B8A

Tints of Endeavour #204B8A

Color information

#204B8A (or 0x204B8A) is unknown color: approx Endeavour. HEX triplet: 20, 4B and 8A. RGB value is (32,75,138). Sum of RGB (Red+Green+Blue) = 32+75+138=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 138 (54.30% from 255 or 56.33% from 245); Max value from RGB is 138 - color contains mainly: blue. Hex color #204B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #204B8A is #DFB475. Grayscale: #454545. Windows color (decimal): -14660726 or 9063200. OLE color: 9063200.

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

Color convert

RGB3275138-
CMYK0.770.4600.46
HSL215.66º62.35%33.33%-
HSV(B)215.66º76.81%54.12%-
XYZ7.77.1725.02-
YUV69.32166.75101.38-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.06%
GREEN value IS 75 (29.69% from 255) = 30.61%
BLUE value IS 138 (54.30% from 255) = 56.33%
R=13.06%
G=30.61%
B=56.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal32751380.770.4600.46215.6662.3533.33
Hex204B8A4D2E02Ed83e21
Octal40113212115560563307641
Binary1000001001011100010101001101101110010111011011000111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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