#205D8B

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

Shades of Endeavour #205D8B

Tints of Endeavour #205D8B

Color information

#205D8B (or 0x205D8B) is unknown color: approx Endeavour. HEX triplet: 20, 5D and 8B. RGB value is (32,93,139). Sum of RGB (Red+Green+Blue) = 32+93+139=264 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.12% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #205D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205D8B is #DFA274. Grayscale: #4F4F4F. Windows color (decimal): -14656117 or 9133344. OLE color: 9133344.

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

Color convert

RGB3293139-
CMYK0.770.3300.45
HSL205.79º62.57%33.53%-
HSV(B)205.79º76.98%54.51%-
XYZ9.171025.87-
YUV80161.2993.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.12%
GREEN value IS 93 (36.72% from 255) = 35.23%
BLUE value IS 139 (54.69% from 255) = 52.65%
R=12.12%
G=35.23%
B=52.65%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal32931390.770.3300.45205.7962.5733.53
Hex205D8B4D2102Dce3f22
Octal40135213115410553167742
Binary1000001011101100010111001101100001010110111001110111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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