#415C8E

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

Shades of Mariner #415C8E

Tints of Mariner #415C8E

Color information

#415C8E (or 0x415C8E) is unknown color: approx Mariner. HEX triplet: 41, 5C and 8E. RGB value is (65,92,142). Sum of RGB (Red+Green+Blue) = 65+92+142=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 142 (55.86% from 255 or 47.49% from 299); Max value from RGB is 142 - color contains mainly: blue. Hex color #415C8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415C8E is #BEA371. Grayscale: #595959. Windows color (decimal): -12493682 or 9329729. OLE color: 9329729.

HSL color Cylindrical-coordinate representation of color #415C8E: hue angle of 218.96º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #415C8E is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6592142-
CMYK0.540.3500.44
HSL218.96º37.2%40.59%-
HSV(B)218.96º54.23%55.69%-
XYZ10.8910.7327.09-
YUV89.63157.55110.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.74%
GREEN value IS 92 (36.33% from 255) = 30.77%
BLUE value IS 142 (55.86% from 255) = 47.49%
R=21.74%
G=30.77%
B=47.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65921420.540.3500.44218.9637.240.59
Hex415C8E362302Cdb2529
Octal10113421666430543334551
Binary1000001101110010001110110110100011010110011011011100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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