#415AAC

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

Shades of Mariner #415AAC

Tints of Mariner #415AAC

Color information

#415AAC (or 0x415AAC) is unknown color: approx Mariner. HEX triplet: 41, 5A and AC. RGB value is (65,90,172). Sum of RGB (Red+Green+Blue) = 65+90+172=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #415AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415AAC is #BEA553. Grayscale: #5B5B5B. Windows color (decimal): -12494164 or 11295297. OLE color: 11295297.

HSL color Cylindrical-coordinate representation of color #415AAC: hue angle of 225.98º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #415AAC is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6590172-
CMYK0.620.4800.33
HSL225.98º45.15%46.47%-
HSV(B)225.98º62.21%67.45%-
XYZ13.2811.4140.53-
YUV91.87173.22108.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.88%
GREEN value IS 90 (35.55% from 255) = 27.52%
BLUE value IS 172 (67.58% from 255) = 52.60%
R=19.88%
G=27.52%
B=52.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal65901720.620.4800.33225.9845.1546.47
Hex415AAC3E30021e22d2e
Octal10113225476600413425556
Binary1000001101101010101100111110110000010000111100010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,90,172); }

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

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

 a { background-color: rgb(65,90,172); }

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

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

 span { border-color: rgb(65,90,172); }

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