#415FAE

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

Shades of Mariner #415FAE

Tints of Mariner #415FAE

Color information

#415FAE (or 0x415FAE) is unknown color: approx Mariner. HEX triplet: 41, 5F and AE. RGB value is (65,95,174). Sum of RGB (Red+Green+Blue) = 65+95+174=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #415FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415FAE is #BEA051. Grayscale: #5E5E5E. Windows color (decimal): -12492882 or 11427649. OLE color: 11427649.

HSL color Cylindrical-coordinate representation of color #415FAE: hue angle of 223.49º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #415FAE is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6595174-
CMYK0.630.4500.32
HSL223.49º45.61%46.86%-
HSV(B)223.49º62.64%68.24%-
XYZ13.9112.3641.7-
YUV95.04172.56106.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.46%
GREEN value IS 95 (37.5% from 255) = 28.44%
BLUE value IS 174 (68.36% from 255) = 52.10%
R=19.46%
G=28.44%
B=52.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal65951740.630.4500.32223.4945.6146.86
Hex415FAE3F2D020df2e2f
Octal10113725677550403375657
Binary1000001101111110101110111111101101010000011011111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415FAE; }

 p { color: rgb(65,95,174); }

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

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

 a { background-color: rgb(65,95,174); }

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

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

 span { border-color: rgb(65,95,174); }

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