#405E97

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

Shades of Mariner #405E97

Tints of Mariner #405E97

Color information

#405E97 (or 0x405E97) is unknown color: approx Mariner. HEX triplet: 40, 5E and 97. RGB value is (64,94,151). Sum of RGB (Red+Green+Blue) = 64+94+151=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 151 (59.38% from 255 or 48.87% from 309); Max value from RGB is 151 - color contains mainly: blue. Hex color #405E97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405E97 is #BFA168. Grayscale: #5B5B5B. Windows color (decimal): -12558697 or 9920064. OLE color: 9920064.

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

Color convert

RGB6494151-
CMYK0.580.3800.41
HSL219.31º40.47%42.16%-
HSV(B)219.31º57.62%59.22%-
XYZ11.711.3330.85-
YUV91.53161.56108.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.71%
GREEN value IS 94 (37.11% from 255) = 30.42%
BLUE value IS 151 (59.38% from 255) = 48.87%
R=20.71%
G=30.42%
B=48.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal64941510.580.3800.41219.3140.4742.16
Hex405E973A26029db282a
Octal10013622772460513335052
Binary1000000101111010010111111010100110010100111011011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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