#405599

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

Shades of Mariner #405599

Tints of Mariner #405599

Color information

#405599 (or 0x405599) is unknown color: approx Mariner. HEX triplet: 40, 55 and 99. RGB value is (64,85,153). Sum of RGB (Red+Green+Blue) = 64+85+153=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #405599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405599 is #BFAA66. Grayscale: #565656. Windows color (decimal): -12560999 or 10048832. OLE color: 10048832.

HSL color Cylindrical-coordinate representation of color #405599: hue angle of 225.84º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #405599 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6485153-
CMYK0.580.4400.4
HSL225.84º41.01%42.55%-
HSV(B)225.84º58.17%60%-
XYZ11.119.8931.46-
YUV86.47165.54111.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.19%
GREEN value IS 85 (33.59% from 255) = 28.15%
BLUE value IS 153 (60.16% from 255) = 50.66%
R=21.19%
G=28.15%
B=50.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal64851530.580.4400.4225.8441.0142.55
Hex4055993A2C028e2292b
Octal10012523172540503425153
Binary1000000101010110011001111010101100010100011100010101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405599; }

 p { color: rgb(64,85,153); }

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

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

 a { background-color: rgb(64,85,153); }

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

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

 span { border-color: rgb(64,85,153); }

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