#205D9E

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

Shades of Endeavour #205D9E

Tints of Endeavour #205D9E

Color information

#205D9E (or 0x205D9E) is unknown color: approx Endeavour. HEX triplet: 20, 5D and 9E. RGB value is (32,93,158). Sum of RGB (Red+Green+Blue) = 32+93+158=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 158 (62.11% from 255 or 55.83% from 283); Max value from RGB is 158 - color contains mainly: blue. Hex color #205D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205D9E is #DFA261. Grayscale: #515151. Windows color (decimal): -14656098 or 10378528. OLE color: 10378528.

HSL color Cylindrical-coordinate representation of color #205D9E: hue angle of 210.95º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #205D9E is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3293158-
CMYK0.800.4100.38
HSL210.95º66.32%37.25%-
HSV(B)210.95º79.75%61.96%-
XYZ10.6810.633.83-
YUV82.17170.7992.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.31%
GREEN value IS 93 (36.72% from 255) = 32.86%
BLUE value IS 158 (62.11% from 255) = 55.83%
R=11.31%
G=32.86%
B=55.83%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal32931580.800.4100.38210.9566.3237.25
Hex205D9E5029026d34225
Octal401352361205104632310245
Binary10000010111011001111010100001010010100110110100111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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