#286495

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

Shades of Endeavour #286495

Tints of Endeavour #286495

Color information

#286495 (or 0x286495) is unknown color: approx Endeavour. HEX triplet: 28, 64 and 95. RGB value is (40,100,149). Sum of RGB (Red+Green+Blue) = 40+100+149=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #286495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286495 is #D79B6A. Grayscale: #575757. Windows color (decimal): -14130027 or 9790504. OLE color: 9790504.

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

Color convert

RGB40100149-
CMYK0.730.3300.42
HSL206.97º57.67%37.06%-
HSV(B)206.97º73.15%58.43%-
XYZ10.8611.7430.13-
YUV87.65162.6294.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.84%
GREEN value IS 100 (39.45% from 255) = 34.60%
BLUE value IS 149 (58.59% from 255) = 51.56%
R=13.84%
G=34.60%
B=51.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal401001490.730.3300.42206.9757.6737.06
Hex286495492102Acf3a25
Octal50144225111410523177245
Binary1010001100100100101011001001100001010101011001111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286495; }

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

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

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

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

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

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

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

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