#205b9c

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

Shades of Endeavour #205B9C

Tints of Endeavour #205B9C

Color information

#205B9C (or 0x205B9C) is unknown color: approx Endeavour. HEX triplet: 20, 5B and 9C. RGB value is (32,91,156). Sum of RGB (Red+Green+Blue) = 32+91+156=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 156 (61.33% from 255 or 55.91% from 279); Max value from RGB is 156 - color contains mainly: blue. Hex color #205B9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205B9C is #DFA463. Grayscale: #505050. Windows color (decimal): -14656612 or 10246944. OLE color: 10246944.

HSL color Cylindrical-coordinate representation of color #205B9C: hue angle of 211.45º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #205B9C is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3291156-
CMYK0.790.4200.39
HSL211.45º65.96%36.86%-
HSV(B)211.45º79.49%61.18%-
XYZ10.3410.1932.87-
YUV80.77170.4593.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.47%
GREEN value IS 91 (35.94% from 255) = 32.62%
BLUE value IS 156 (61.33% from 255) = 55.91%
R=11.47%
G=32.62%
B=55.91%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal32911560.790.4200.39211.4565.9636.86
Hex205B9C4F2A027d34225
Octal401332341175204732310245
Binary10000010110111001110010011111010100100111110100111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205b9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,91,156); }

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

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

 a { background-color: rgb(32,91,156); }

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

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

 span { border-color: rgb(32,91,156); }

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