#205892

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

Shades of Endeavour #205892

Tints of Endeavour #205892

Color information

#205892 (or 0x205892) is unknown color: approx Endeavour. HEX triplet: 20, 58 and 92. RGB value is (32,88,146). Sum of RGB (Red+Green+Blue) = 32+88+146=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #205892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205892 is #DFA76D. Grayscale: #4D4D4D. Windows color (decimal): -14657390 or 9590816. OLE color: 9590816.

HSL color Cylindrical-coordinate representation of color #205892: hue angle of 210.53º 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 #205892 is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3288146-
CMYK0.780.4000.43
HSL210.53º64.04%34.9%-
HSV(B)210.53º78.08%57.25%-
XYZ9.279.3628.51-
YUV77.87166.4595.28-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.03%
GREEN value IS 88 (34.77% from 255) = 33.08%
BLUE value IS 146 (57.42% from 255) = 54.89%
R=12.03%
G=33.08%
B=54.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal32881460.780.4000.43210.5364.0434.9
Hex2058924E2802Bd34023
Octal401302221165005332310043
Binary10000010110001001001010011101010000101011110100111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205892; }

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

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

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

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

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

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

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

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