#205A8E

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

Shades of Endeavour #205A8E

Tints of Endeavour #205A8E

Color information

#205A8E (or 0x205A8E) is unknown color: approx Endeavour. HEX triplet: 20, 5A and 8E. RGB value is (32,90,142). Sum of RGB (Red+Green+Blue) = 32+90+142=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 142 (55.86% from 255 or 53.79% from 264); Max value from RGB is 142 - color contains mainly: blue. Hex color #205A8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205A8E is #DFA571. Grayscale: #4E4E4E. Windows color (decimal): -14656882 or 9329184. OLE color: 9329184.

HSL color Cylindrical-coordinate representation of color #205A8E: hue angle of 208.36º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #205A8E is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3290142-
CMYK0.770.3700.44
HSL208.36º63.22%34.12%-
HSV(B)208.36º77.46%55.69%-
XYZ9.139.5726.96-
YUV78.59163.7894.77-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.12%
GREEN value IS 90 (35.55% from 255) = 34.09%
BLUE value IS 142 (55.86% from 255) = 53.79%
R=12.12%
G=34.09%
B=53.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal32901420.770.3700.44208.3663.2234.12
Hex205A8E4D2502Cd03f22
Octal40132216115450543207742
Binary1000001011010100011101001101100101010110011010000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,90,142); }

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

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

 a { background-color: rgb(32,90,142); }

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

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

 span { border-color: rgb(32,90,142); }

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