#415AAA

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

Shades of Mariner #415AAA

Tints of Mariner #415AAA

Color information

#415AAA (or 0x415AAA) is unknown color: approx Mariner. HEX triplet: 41, 5A and AA. RGB value is (65,90,170). Sum of RGB (Red+Green+Blue) = 65+90+170=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #415AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415AAA is #BEA555. Grayscale: #5B5B5B. Windows color (decimal): -12494166 or 11164225. OLE color: 11164225.

HSL color Cylindrical-coordinate representation of color #415AAA: hue angle of 225.71º 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 #415AAA is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6590170-
CMYK0.620.4700.33
HSL225.71º44.68%46.08%-
HSV(B)225.71º61.76%66.67%-
XYZ13.0911.3439.53-
YUV91.64172.22109-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20%
GREEN value IS 90 (35.55% from 255) = 27.69%
BLUE value IS 170 (66.80% from 255) = 52.31%
R=20%
G=27.69%
B=52.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal65901700.620.4700.33225.7144.6846.08
Hex415AAA3E2F021e22d2e
Octal10113225276570413425556
Binary1000001101101010101010111110101111010000111100010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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