#285290

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

Shades of Endeavour #285290

Tints of Endeavour #285290

Color information

#285290 (or 0x285290) is unknown color: approx Endeavour. HEX triplet: 28, 52 and 90. RGB value is (40,82,144). Sum of RGB (Red+Green+Blue) = 40+82+144=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #285290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285290 is #D7AD6F. Grayscale: #4C4C4C. Windows color (decimal): -14134640 or 9458216. OLE color: 9458216.

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

Color convert

RGB4082144-
CMYK0.720.4300.44
HSL215.77º56.52%36.08%-
HSV(B)215.77º72.22%56.47%-
XYZ8.938.527.56-
YUV76.51166.09101.96-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.04%
GREEN value IS 82 (32.42% from 255) = 30.83%
BLUE value IS 144 (56.64% from 255) = 54.14%
R=15.04%
G=30.83%
B=54.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal40821440.720.4300.44215.7756.5236.08
Hex285290482B02Cd83924
Octal50122220110530543307144
Binary1010001010010100100001001000101011010110011011000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285290; }

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

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

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

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

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

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

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

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