#415DAD

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

Shades of Mariner #415DAD

Tints of Mariner #415DAD

Color information

#415DAD (or 0x415DAD) is unknown color: approx Mariner. HEX triplet: 41, 5D and AD. RGB value is (65,93,173). Sum of RGB (Red+Green+Blue) = 65+93+173=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #415DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415DAD is #BEA252. Grayscale: #5D5D5D. Windows color (decimal): -12493395 or 11361601. OLE color: 11361601.

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

Color convert

RGB6593173-
CMYK0.620.4600.32
HSL224.44º45.38%46.67%-
HSV(B)224.44º62.43%67.84%-
XYZ13.6411.9741.13-
YUV93.75172.72107.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.64%
GREEN value IS 93 (36.72% from 255) = 28.10%
BLUE value IS 173 (67.97% from 255) = 52.27%
R=19.64%
G=28.10%
B=52.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal65931730.620.4600.32224.4445.3846.67
Hex415DAD3E2E020e02d2f
Octal10113525576560403405557
Binary1000001101110110101101111110101110010000011100000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,93,173); }

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

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

 a { background-color: rgb(65,93,173); }

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

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

 span { border-color: rgb(65,93,173); }

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