#415895

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

Shades of Mariner #415895

Tints of Mariner #415895

Color information

#415895 (or 0x415895) is unknown color: approx Mariner. HEX triplet: 41, 58 and 95. RGB value is (65,88,149). Sum of RGB (Red+Green+Blue) = 65+88+149=302 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.52% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #415895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #415895 is #BEA76A. Grayscale: #575757. Windows color (decimal): -12494699 or 9787457. OLE color: 9787457.

HSL color Cylindrical-coordinate representation of color #415895: hue angle of 223.57º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #415895 is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6588149-
CMYK0.560.4100.42
HSL223.57º39.25%41.96%-
HSV(B)223.57º56.38%58.43%-
XYZ11.0910.2729.83-
YUV88.08162.38111.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.52%
GREEN value IS 88 (34.77% from 255) = 29.14%
BLUE value IS 149 (58.59% from 255) = 49.34%
R=21.52%
G=29.14%
B=49.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65881490.560.4100.42223.5739.2541.96
Hex415895382902Ae0272a
Octal10113022570510523404752
Binary1000001101100010010101111000101001010101011100000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415895; }

 p { color: rgb(65,88,149); }

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

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

 a { background-color: rgb(65,88,149); }

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

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

 span { border-color: rgb(65,88,149); }

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