#415DAB

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

Shades of Mariner #415DAB

Tints of Mariner #415DAB

Color information

#415DAB (or 0x415DAB) is unknown color: approx Mariner. HEX triplet: 41, 5D and AB. RGB value is (65,93,171). Sum of RGB (Red+Green+Blue) = 65+93+171=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #415DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415DAB is #BEA254. Grayscale: #5D5D5D. Windows color (decimal): -12493397 or 11230529. OLE color: 11230529.

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

Color convert

RGB6593171-
CMYK0.620.4600.33
HSL224.15º44.92%46.27%-
HSV(B)224.15º61.99%67.06%-
XYZ13.4511.8940.11-
YUV93.52171.72107.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.76%
GREEN value IS 93 (36.72% from 255) = 28.27%
BLUE value IS 171 (67.19% from 255) = 51.98%
R=19.76%
G=28.27%
B=51.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal65931710.620.4600.33224.1544.9246.27
Hex415DAB3E2E021e02d2e
Octal10113525376560413405556
Binary1000001101110110101011111110101110010000111100000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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