#286395

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

Shades of Endeavour #286395

Tints of Endeavour #286395

Color information

#286395 (or 0x286395) is unknown color: approx Endeavour. HEX triplet: 28, 63 and 95. RGB value is (40,99,149). Sum of RGB (Red+Green+Blue) = 40+99+149=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 149 (58.59% from 255 or 51.74% from 288); Max value from RGB is 149 - color contains mainly: blue. Hex color #286395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286395 is #D79C6A. Grayscale: #565656. Windows color (decimal): -14130283 or 9790248. OLE color: 9790248.

HSL color Cylindrical-coordinate representation of color #286395: hue angle of 207.52º degrees, saturation: 0.58, 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 #286395 is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4099149-
CMYK0.730.3400.42
HSL207.52º57.67%37.06%-
HSV(B)207.52º73.15%58.43%-
XYZ10.7611.5430.09-
YUV87.06162.9594.43-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.89%
GREEN value IS 99 (39.06% from 255) = 34.38%
BLUE value IS 149 (58.59% from 255) = 51.74%
R=13.89%
G=34.38%
B=51.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal40991490.730.3400.42207.5257.6737.06
Hex286395492202Ad03a25
Octal50143225111420523207245
Binary1010001100011100101011001001100010010101011010000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286395; }

 p { color: rgb(40,99,149); }

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

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

 a { background-color: rgb(40,99,149); }

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

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

 span { border-color: rgb(40,99,149); }

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