#405E95

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

Shades of Mariner #405E95

Tints of Mariner #405E95

Color information

#405E95 (or 0x405E95) is unknown color: approx Mariner. HEX triplet: 40, 5E and 95. RGB value is (64,94,149). Sum of RGB (Red+Green+Blue) = 64+94+149=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 149 (58.59% from 255 or 48.53% from 307); Max value from RGB is 149 - color contains mainly: blue. Hex color #405E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405E95 is #BFA16A. Grayscale: #5B5B5B. Windows color (decimal): -12558699 or 9788992. OLE color: 9788992.

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

Color convert

RGB6494149-
CMYK0.570.3700.42
HSL218.82º39.91%41.76%-
HSV(B)218.82º57.05%58.43%-
XYZ11.5411.2730-
YUV91.3160.56108.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.85%
GREEN value IS 94 (37.11% from 255) = 30.62%
BLUE value IS 149 (58.59% from 255) = 48.53%
R=20.85%
G=30.62%
B=48.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64941490.570.3700.42218.8239.9141.76
Hex405E95392502Adb282a
Octal10013622571450523335052
Binary1000000101111010010101111001100101010101011011011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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