#405899

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

Shades of Mariner #405899

Tints of Mariner #405899

Color information

#405899 (or 0x405899) is unknown color: approx Mariner. HEX triplet: 40, 58 and 99. RGB value is (64,88,153). Sum of RGB (Red+Green+Blue) = 64+88+153=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #405899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405899 is #BFA766. Grayscale: #575757. Windows color (decimal): -12560231 or 10049600. OLE color: 10049600.

HSL color Cylindrical-coordinate representation of color #405899: hue angle of 223.82º 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 #405899 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6488153-
CMYK0.580.4200.4
HSL223.82º41.01%42.55%-
HSV(B)223.82º58.17%60%-
XYZ11.3510.3731.54-
YUV88.23164.55110.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.98%
GREEN value IS 88 (34.77% from 255) = 28.85%
BLUE value IS 153 (60.16% from 255) = 50.16%
R=20.98%
G=28.85%
B=50.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal64881530.580.4200.4223.8241.0142.55
Hex4058993A2A028e0292b
Octal10013023172520503405153
Binary1000000101100010011001111010101010010100011100000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405899; }

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

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

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

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

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

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

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

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