#405797

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

Shades of Mariner #405797

Tints of Mariner #405797

Color information

#405797 (or 0x405797) is unknown color: approx Mariner. HEX triplet: 40, 57 and 97. RGB value is (64,87,151). Sum of RGB (Red+Green+Blue) = 64+87+151=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 151 (59.38% from 255 or 50% from 302); Max value from RGB is 151 - color contains mainly: blue. Hex color #405797 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405797 is #BFA868. Grayscale: #575757. Windows color (decimal): -12560489 or 9918272. OLE color: 9918272.

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

Color convert

RGB6487151-
CMYK0.580.4200.41
HSL224.14º40.47%42.16%-
HSV(B)224.14º57.62%59.22%-
XYZ11.1110.1430.65-
YUV87.42163.88111.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.19%
GREEN value IS 87 (34.38% from 255) = 28.81%
BLUE value IS 151 (59.38% from 255) = 50%
R=21.19%
G=28.81%
B=50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal64871510.580.4200.41224.1440.4742.16
Hex4057973A2A029e0282a
Octal10012722772520513405052
Binary1000000101011110010111111010101010010100111100000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405797; }

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

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

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

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

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

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

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

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