#405E91

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

Shades of Mariner #405E91

Tints of Mariner #405E91

Color information

#405E91 (or 0x405E91) is unknown color: approx Mariner. HEX triplet: 40, 5E and 91. RGB value is (64,94,145). Sum of RGB (Red+Green+Blue) = 64+94+145=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #405E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405E91 is #BFA16E. Grayscale: #5A5A5A. Windows color (decimal): -12558703 or 9526848. OLE color: 9526848.

HSL color Cylindrical-coordinate representation of color #405E91: hue angle of 217.78º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #405E91 is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6494145-
CMYK0.560.3500.43
HSL217.78º38.76%40.98%-
HSV(B)217.78º55.86%56.86%-
XYZ11.2311.1428.35-
YUV90.84158.56108.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.12%
GREEN value IS 94 (37.11% from 255) = 31.02%
BLUE value IS 145 (57.03% from 255) = 47.85%
R=21.12%
G=31.02%
B=47.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal64941450.560.3500.43217.7838.7640.98
Hex405E91382302Bda2729
Octal10013622170430533324751
Binary1000000101111010010001111000100011010101111011010100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405E91; }

 p { color: rgb(64,94,145); }

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

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

 a { background-color: rgb(64,94,145); }

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

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

 span { border-color: rgb(64,94,145); }

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