#286389

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

Shades of Endeavour #286389

Tints of Endeavour #286389

Color information

#286389 (or 0x286389) is unknown color: approx Endeavour. HEX triplet: 28, 63 and 89. RGB value is (40,99,137). Sum of RGB (Red+Green+Blue) = 40+99+137=276 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.49% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 137 (53.91% from 255 or 49.64% from 276); Max value from RGB is 137 - color contains mainly: blue. Hex color #286389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286389 is #D79C76. Grayscale: #555555. Windows color (decimal): -14130295 or 9003816. OLE color: 9003816.

HSL color Cylindrical-coordinate representation of color #286389: hue angle of 203.51º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #286389 is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4099137-
CMYK0.710.2800.46
HSL203.51º54.8%34.71%-
HSV(B)203.51º70.8%53.73%-
XYZ9.8511.1825.31-
YUV85.69156.9595.41-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.49%
GREEN value IS 99 (39.06% from 255) = 35.87%
BLUE value IS 137 (53.91% from 255) = 49.64%
R=14.49%
G=35.87%
B=49.64%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal40991370.710.2800.46203.5154.834.71
Hex286389471C02Ecc3723
Octal50143211107340563146743
Binary101000110001110001001100011111100010111011001100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286389; }

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

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

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

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

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

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

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

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