#205392

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

Shades of Endeavour #205392

Tints of Endeavour #205392

Color information

#205392 (or 0x205392) is unknown color: approx Endeavour. HEX triplet: 20, 53 and 92. RGB value is (32,83,146). Sum of RGB (Red+Green+Blue) = 32+83+146=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #205392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205392 is #DFAC6D. Grayscale: #4A4A4A. Windows color (decimal): -14658670 or 9589536. OLE color: 9589536.

HSL color Cylindrical-coordinate representation of color #205392: hue angle of 213.16º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #205392 is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3283146-
CMYK0.780.4300.43
HSL213.16º64.04%34.9%-
HSV(B)213.16º78.08%57.25%-
XYZ8.888.5728.38-
YUV74.93168.197.38-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.26%
GREEN value IS 83 (32.81% from 255) = 31.80%
BLUE value IS 146 (57.42% from 255) = 55.94%
R=12.26%
G=31.80%
B=55.94%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal32831460.780.4300.43213.1664.0434.9
Hex2053924E2B02Bd54023
Octal401232221165305332510043
Binary10000010100111001001010011101010110101011110101011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205392; }

 p { color: rgb(32,83,146); }

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

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

 a { background-color: rgb(32,83,146); }

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

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

 span { border-color: rgb(32,83,146); }

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