#285690

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

Shades of Endeavour #285690

Tints of Endeavour #285690

Color information

#285690 (or 0x285690) is unknown color: approx Endeavour. HEX triplet: 28, 56 and 90. RGB value is (40,86,144). Sum of RGB (Red+Green+Blue) = 40+86+144=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 144 (56.64% from 255 or 53.33% from 270); Max value from RGB is 144 - color contains mainly: blue. Hex color #285690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285690 is #D7A96F. Grayscale: #4E4E4E. Windows color (decimal): -14133616 or 9459240. OLE color: 9459240.

HSL color Cylindrical-coordinate representation of color #285690: hue angle of 213.46º 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 #285690 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4086144-
CMYK0.720.4000.44
HSL213.46º56.52%36.08%-
HSV(B)213.46º72.22%56.47%-
XYZ9.249.1227.66-
YUV78.86164.76100.28-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.81%
GREEN value IS 86 (33.98% from 255) = 31.85%
BLUE value IS 144 (56.64% from 255) = 53.33%
R=14.81%
G=31.85%
B=53.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal40861440.720.4000.44213.4656.5236.08
Hex285690482802Cd53924
Octal50126220110500543257144
Binary1010001010110100100001001000101000010110011010101111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285690; }

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

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

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

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

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

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

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

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