#205894

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

Shades of Endeavour #205894

Tints of Endeavour #205894

Color information

#205894 (or 0x205894) is unknown color: approx Endeavour. HEX triplet: 20, 58 and 94. RGB value is (32,88,148). Sum of RGB (Red+Green+Blue) = 32+88+148=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 148 (58.20% from 255 or 55.22% from 268); Max value from RGB is 148 - color contains mainly: blue. Hex color #205894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #205894 is #DFA76B. Grayscale: #4D4D4D. Windows color (decimal): -14657388 or 9721888. OLE color: 9721888.

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

Color convert

RGB3288148-
CMYK0.780.4100.42
HSL211.03º64.44%35.29%-
HSV(B)211.03º78.38%58.04%-
XYZ9.439.4229.34-
YUV78.1167.4595.12-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.94%
GREEN value IS 88 (34.77% from 255) = 32.84%
BLUE value IS 148 (58.20% from 255) = 55.22%
R=11.94%
G=32.84%
B=55.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal32881480.780.4100.42211.0364.4435.29
Hex2058944E2902Ad34023
Octal401302241165105232310043
Binary10000010110001001010010011101010010101010110100111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205894; }

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

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

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

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

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

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

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

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