#285993

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

Shades of Endeavour #285993

Tints of Endeavour #285993

Color information

#285993 (or 0x285993) is unknown color: approx Endeavour. HEX triplet: 28, 59 and 93. RGB value is (40,89,147). Sum of RGB (Red+Green+Blue) = 40+89+147=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #285993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285993 is #D7A66C. Grayscale: #505050. Windows color (decimal): -14132845 or 9656616. OLE color: 9656616.

HSL color Cylindrical-coordinate representation of color #285993: hue angle of 212.52º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #285993 is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4089147-
CMYK0.730.3900.42
HSL212.52º57.22%36.67%-
HSV(B)212.52º72.79%57.65%-
XYZ9.719.728.96-
YUV80.96165.2798.78-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.49%
GREEN value IS 89 (35.16% from 255) = 32.25%
BLUE value IS 147 (57.81% from 255) = 53.26%
R=14.49%
G=32.25%
B=53.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal40891470.730.3900.42212.5257.2236.67
Hex285993492702Ad53925
Octal50131223111470523257145
Binary1010001011001100100111001001100111010101011010101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285993; }

 p { color: rgb(40,89,147); }

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

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

 a { background-color: rgb(40,89,147); }

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

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

 span { border-color: rgb(40,89,147); }

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