#405697

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

Shades of Mariner #405697

Tints of Mariner #405697

Color information

#405697 (or 0x405697) is unknown color: approx Mariner. HEX triplet: 40, 56 and 97. RGB value is (64,86,151). Sum of RGB (Red+Green+Blue) = 64+86+151=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 151 (59.38% from 255 or 50.17% from 301); Max value from RGB is 151 - color contains mainly: blue. Hex color #405697 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405697 is #BFA968. Grayscale: #565656. Windows color (decimal): -12560745 or 9918016. OLE color: 9918016.

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

Color convert

RGB6486151-
CMYK0.580.4300.41
HSL224.83º40.47%42.16%-
HSV(B)224.83º57.62%59.22%-
XYZ11.039.9830.62-
YUV86.83164.21111.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.26%
GREEN value IS 86 (33.98% from 255) = 28.57%
BLUE value IS 151 (59.38% from 255) = 50.17%
R=21.26%
G=28.57%
B=50.17%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal64861510.580.4300.41224.8340.4742.16
Hex4056973A2B029e1282a
Octal10012622772530513415052
Binary1000000101011010010111111010101011010100111100001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405697; }

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

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

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

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

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

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

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

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