#286094

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

Shades of Endeavour #286094

Tints of Endeavour #286094

Color information

#286094 (or 0x286094) is unknown color: approx Endeavour. HEX triplet: 28, 60 and 94. RGB value is (40,96,148). Sum of RGB (Red+Green+Blue) = 40+96+148=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #286094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286094 is #D79F6B. Grayscale: #545454. Windows color (decimal): -14131052 or 9723944. OLE color: 9723944.

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

Color convert

RGB4096148-
CMYK0.730.3500.42
HSL208.89º57.45%36.86%-
HSV(B)208.89º72.97%58.04%-
XYZ10.410.9529.58-
YUV85.18163.4595.77-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.08%
GREEN value IS 96 (37.89% from 255) = 33.80%
BLUE value IS 148 (58.20% from 255) = 52.11%
R=14.08%
G=33.80%
B=52.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal40961480.730.3500.42208.8957.4536.86
Hex286094492302Ad13925
Octal50140224111430523217145
Binary1010001100000100101001001001100011010101011010001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286094; }

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

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

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

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

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

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

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

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