#205D8A

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

Shades of Endeavour #205D8A

Tints of Endeavour #205D8A

Color information

#205D8A (or 0x205D8A) is unknown color: approx Endeavour. HEX triplet: 20, 5D and 8A. RGB value is (32,93,138). Sum of RGB (Red+Green+Blue) = 32+93+138=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 138 (54.30% from 255 or 52.47% from 263); Max value from RGB is 138 - color contains mainly: blue. Hex color #205D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205D8A is #DFA275. Grayscale: #4F4F4F. Windows color (decimal): -14656118 or 9067808. OLE color: 9067808.

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

Color convert

RGB3293138-
CMYK0.770.3300.46
HSL205.47º62.35%33.33%-
HSV(B)205.47º76.81%54.12%-
XYZ9.19.9725.49-
YUV79.89160.7993.84-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.17%
GREEN value IS 93 (36.72% from 255) = 35.36%
BLUE value IS 138 (54.30% from 255) = 52.47%
R=12.17%
G=35.36%
B=52.47%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal32931380.770.3300.46205.4762.3533.33
Hex205D8A4D2102Ecd3e21
Octal40135212115410563157641
Binary1000001011101100010101001101100001010111011001101111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205D8A; }

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

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

<style>
 a { background-color: #205D8A; }

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

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

<style>
 span { border-color: #205D8A; }

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

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