#286289

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

Shades of Endeavour #286289

Tints of Endeavour #286289

Color information

#286289 (or 0x286289) is unknown color: approx Endeavour. HEX triplet: 28, 62 and 89. RGB value is (40,98,137). Sum of RGB (Red+Green+Blue) = 40+98+137=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 137 (53.91% from 255 or 49.82% from 275); Max value from RGB is 137 - color contains mainly: blue. Hex color #286289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286289 is #D79D76. Grayscale: #545454. Windows color (decimal): -14130551 or 9003560. OLE color: 9003560.

HSL color Cylindrical-coordinate representation of color #286289: hue angle of 204.12º 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 #286289 is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4098137-
CMYK0.710.2800.46
HSL204.12º54.8%34.71%-
HSV(B)204.12º70.8%53.73%-
XYZ9.7610.9925.27-
YUV85.1157.2895.83-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.55%
GREEN value IS 98 (38.67% from 255) = 35.64%
BLUE value IS 137 (53.91% from 255) = 49.82%
R=14.55%
G=35.64%
B=49.82%

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
Decimal40981370.710.2800.46204.1254.834.71
Hex286289471C02Ecc3723
Octal50142211107340563146743
Binary101000110001010001001100011111100010111011001100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286289; }

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

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

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

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

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

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

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

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