#285B90

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

Shades of Endeavour #285B90

Tints of Endeavour #285B90

Color information

#285B90 (or 0x285B90) is unknown color: approx Endeavour. HEX triplet: 28, 5B and 90. RGB value is (40,91,144). Sum of RGB (Red+Green+Blue) = 40+91+144=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 144 (56.64% from 255 or 52.36% from 275); Max value from RGB is 144 - color contains mainly: blue. Hex color #285B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285B90 is #D7A46F. Grayscale: #515151. Windows color (decimal): -14132336 or 9460520. OLE color: 9460520.

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

Color convert

RGB4091144-
CMYK0.720.3700.44
HSL210.58º56.52%36.08%-
HSV(B)210.58º72.22%56.47%-
XYZ9.659.9527.8-
YUV81.79163.198.19-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.55%
GREEN value IS 91 (35.94% from 255) = 33.09%
BLUE value IS 144 (56.64% from 255) = 52.36%
R=14.55%
G=33.09%
B=52.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal40911440.720.3700.44210.5856.5236.08
Hex285B90482502Cd33924
Octal50133220110450543237144
Binary1010001011011100100001001000100101010110011010011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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