#415CAB

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

Shades of Mariner #415CAB

Tints of Mariner #415CAB

Color information

#415CAB (or 0x415CAB) is unknown color: approx Mariner. HEX triplet: 41, 5C and AB. RGB value is (65,92,171). Sum of RGB (Red+Green+Blue) = 65+92+171=328 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.82% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #415CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415CAB is #BEA354. Grayscale: #5C5C5C. Windows color (decimal): -12493653 or 11230273. OLE color: 11230273.

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

Color convert

RGB6592171-
CMYK0.620.4600.33
HSL224.72º44.92%46.27%-
HSV(B)224.72º61.99%67.06%-
XYZ13.3611.7240.09-
YUV92.93172.05108.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.82%
GREEN value IS 92 (36.33% from 255) = 28.05%
BLUE value IS 171 (67.19% from 255) = 52.13%
R=19.82%
G=28.05%
B=52.13%

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
Decimal65921710.620.4600.33224.7244.9246.27
Hex415CAB3E2E021e12d2e
Octal10113425376560413415556
Binary1000001101110010101011111110101110010000111100001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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