#405897

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

Shades of Mariner #405897

Tints of Mariner #405897

Color information

#405897 (or 0x405897) is unknown color: approx Mariner. HEX triplet: 40, 58 and 97. RGB value is (64,88,151). Sum of RGB (Red+Green+Blue) = 64+88+151=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 151 (59.38% from 255 or 49.83% from 303); Max value from RGB is 151 - color contains mainly: blue. Hex color #405897 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405897 is #BFA768. Grayscale: #575757. Windows color (decimal): -12560233 or 9918528. OLE color: 9918528.

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

Color convert

RGB6488151-
CMYK0.580.4200.41
HSL223.45º40.47%42.16%-
HSV(B)223.45º57.62%59.22%-
XYZ11.1910.330.68-
YUV88.01163.55110.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.12%
GREEN value IS 88 (34.77% from 255) = 29.04%
BLUE value IS 151 (59.38% from 255) = 49.83%
R=21.12%
G=29.04%
B=49.83%

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
Decimal64881510.580.4200.41223.4540.4742.16
Hex4058973A2A029df282a
Octal10013022772520513375052
Binary1000000101100010010111111010101010010100111011111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405897; }

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

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

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

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

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

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

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

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