#405B97

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

Shades of Mariner #405B97

Tints of Mariner #405B97

Color information

#405B97 (or 0x405B97) is unknown color: approx Mariner. HEX triplet: 40, 5B and 97. RGB value is (64,91,151). Sum of RGB (Red+Green+Blue) = 64+91+151=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 151 (59.38% from 255 or 49.35% from 306); Max value from RGB is 151 - color contains mainly: blue. Hex color #405B97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405B97 is #BFA468. Grayscale: #595959. Windows color (decimal): -12559465 or 9919296. OLE color: 9919296.

HSL color Cylindrical-coordinate representation of color #405B97: hue angle of 221.38º 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 #405B97 is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6491151-
CMYK0.580.4000.41
HSL221.38º40.47%42.16%-
HSV(B)221.38º57.62%59.22%-
XYZ11.4410.8130.76-
YUV89.77162.55109.62-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.92%
GREEN value IS 91 (35.94% from 255) = 29.74%
BLUE value IS 151 (59.38% from 255) = 49.35%
R=20.92%
G=29.74%
B=49.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal64911510.580.4000.41221.3840.4742.16
Hex405B973A28029dd282a
Octal10013322772500513355052
Binary1000000101101110010111111010101000010100111011101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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