#286298

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

Shades of Endeavour #286298

Tints of Endeavour #286298

Color information

#286298 (or 0x286298) is unknown color: approx Endeavour. HEX triplet: 28, 62 and 98. RGB value is (40,98,152). Sum of RGB (Red+Green+Blue) = 40+98+152=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 152 (59.77% from 255 or 52.41% from 290); Max value from RGB is 152 - color contains mainly: blue. Hex color #286298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286298 is #D79D67. Grayscale: #565656. Windows color (decimal): -14130536 or 9986600. OLE color: 9986600.

HSL color Cylindrical-coordinate representation of color #286298: hue angle of 208.93º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #286298 is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4098152-
CMYK0.740.3600.40
HSL208.93º58.33%37.65%-
HSV(B)208.93º73.68%59.61%-
XYZ10.9111.4531.34-
YUV86.81164.7894.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.79%
GREEN value IS 98 (38.67% from 255) = 33.79%
BLUE value IS 152 (59.77% from 255) = 52.41%
R=13.79%
G=33.79%
B=52.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal40981520.740.3600.40208.9358.3337.65
Hex2862984A24028d13a26
Octal50142230112440503217246
Binary1010001100010100110001001010100100010100011010001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286298; }

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

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

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

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

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

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

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

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