#415997

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

Shades of Mariner #415997

Tints of Mariner #415997

Color information

#415997 (or 0x415997) is unknown color: approx Mariner. HEX triplet: 41, 59 and 97. RGB value is (65,89,151). Sum of RGB (Red+Green+Blue) = 65+89+151=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 151 (59.38% from 255 or 49.51% from 305); Max value from RGB is 151 - color contains mainly: blue. Hex color #415997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415997 is #BEA668. Grayscale: #585858. Windows color (decimal): -12494441 or 9918785. OLE color: 9918785.

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

Color convert

RGB6589151-
CMYK0.570.4100.41
HSL223.26º39.81%42.35%-
HSV(B)223.26º56.95%59.22%-
XYZ11.3410.530.71-
YUV88.89163.05110.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.31%
GREEN value IS 89 (35.16% from 255) = 29.18%
BLUE value IS 151 (59.38% from 255) = 49.51%
R=21.31%
G=29.18%
B=49.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal65891510.570.4100.41223.2639.8142.35
Hex4159973929029df282a
Octal10113122771510513375052
Binary1000001101100110010111111001101001010100111011111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415997; }

 p { color: rgb(65,89,151); }

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

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

 a { background-color: rgb(65,89,151); }

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

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

 span { border-color: rgb(65,89,151); }

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