#285B9B

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

Shades of Endeavour #285B9B

Tints of Endeavour #285B9B

Color information

#285B9B (or 0x285B9B) is unknown color: approx Endeavour. HEX triplet: 28, 5B and 9B. RGB value is (40,91,155). Sum of RGB (Red+Green+Blue) = 40+91+155=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #285B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285B9B is #D7A464. Grayscale: #525252. Windows color (decimal): -14132325 or 10181416. OLE color: 10181416.

HSL color Cylindrical-coordinate representation of color #285B9B: hue angle of 213.39º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #285B9B is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4091155-
CMYK0.740.4100.39
HSL213.39º58.97%38.24%-
HSV(B)213.39º74.19%60.78%-
XYZ10.5310.332.44-
YUV83.05168.697.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.99%
GREEN value IS 91 (35.94% from 255) = 31.82%
BLUE value IS 155 (60.94% from 255) = 54.20%
R=13.99%
G=31.82%
B=54.20%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal40911550.740.4100.39213.3958.9738.24
Hex285B9B4A29027d53b26
Octal50133233112510473257346
Binary1010001011011100110111001010101001010011111010101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285B9B; }

 p { color: rgb(40,91,155); }

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

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

 a { background-color: rgb(40,91,155); }

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

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

 span { border-color: rgb(40,91,155); }

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