#285195

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

Shades of Endeavour #285195

Tints of Endeavour #285195

Color information

#285195 (or 0x285195) is unknown color: approx Endeavour. HEX triplet: 28, 51 and 95. RGB value is (40,81,149). Sum of RGB (Red+Green+Blue) = 40+81+149=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #285195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285195 is #D7AE6A. Grayscale: #4C4C4C. Windows color (decimal): -14134891 or 9785640. OLE color: 9785640.

HSL color Cylindrical-coordinate representation of color #285195: hue angle of 217.43º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #285195 is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4081149-
CMYK0.730.4600.42
HSL217.43º57.67%37.06%-
HSV(B)217.43º73.15%58.43%-
XYZ9.248.5129.59-
YUV76.49168.92101.97-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.81%
GREEN value IS 81 (32.03% from 255) = 30%
BLUE value IS 149 (58.59% from 255) = 55.19%
R=14.81%
G=30%
B=55.19%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal40811490.730.4600.42217.4357.6737.06
Hex285195492E02Ad93a25
Octal50121225111560523317245
Binary1010001010001100101011001001101110010101011011001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285195; }

 p { color: rgb(40,81,149); }

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

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

 a { background-color: rgb(40,81,149); }

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

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

 span { border-color: rgb(40,81,149); }

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