#286097

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

Shades of Endeavour #286097

Tints of Endeavour #286097

Color information

#286097 (or 0x286097) is unknown color: approx Endeavour. HEX triplet: 28, 60 and 97. RGB value is (40,96,151). Sum of RGB (Red+Green+Blue) = 40+96+151=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 151 (59.38% from 255 or 52.61% from 287); Max value from RGB is 151 - color contains mainly: blue. Hex color #286097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286097 is #D79F68. Grayscale: #555555. Windows color (decimal): -14131049 or 9920552. OLE color: 9920552.

HSL color Cylindrical-coordinate representation of color #286097: hue angle of 209.73º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #286097 is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4096151-
CMYK0.740.3600.41
HSL209.73º58.12%37.45%-
HSV(B)209.73º73.51%59.22%-
XYZ10.6411.0530.85-
YUV85.53164.9595.53-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.94%
GREEN value IS 96 (37.89% from 255) = 33.45%
BLUE value IS 151 (59.38% from 255) = 52.61%
R=13.94%
G=33.45%
B=52.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal40961510.740.3600.41209.7358.1237.45
Hex2860974A24029d23a25
Octal50140227112440513227245
Binary1010001100000100101111001010100100010100111010010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286097; }

 p { color: rgb(40,96,151); }

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

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

 a { background-color: rgb(40,96,151); }

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

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

 span { border-color: rgb(40,96,151); }

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