#286291

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

Shades of Endeavour #286291

Tints of Endeavour #286291

Color information

#286291 (or 0x286291) is unknown color: approx Endeavour. HEX triplet: 28, 62 and 91. RGB value is (40,98,145). Sum of RGB (Red+Green+Blue) = 40+98+145=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 145 (57.03% from 255 or 51.24% from 283); Max value from RGB is 145 - color contains mainly: blue. Hex color #286291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286291 is #D79D6E. Grayscale: #555555. Windows color (decimal): -14130543 or 9527848. OLE color: 9527848.

HSL color Cylindrical-coordinate representation of color #286291: hue angle of 206.86º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #286291 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4098145-
CMYK0.720.3200.43
HSL206.86º56.76%36.27%-
HSV(B)206.86º72.41%56.86%-
XYZ10.3511.2328.41-
YUV86.02161.2895.18-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.13%
GREEN value IS 98 (38.67% from 255) = 34.63%
BLUE value IS 145 (57.03% from 255) = 51.24%
R=14.13%
G=34.63%
B=51.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal40981450.720.3200.43206.8656.7636.27
Hex286291482002Bcf3924
Octal50142221110400533177144
Binary1010001100010100100011001000100000010101111001111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286291; }

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

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

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

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

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

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

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

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