#41589D

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

Shades of Mariner #41589D

Tints of Mariner #41589D

Color information

#41589D (or 0x41589D) is unknown color: approx Mariner. HEX triplet: 41, 58 and 9D. RGB value is (65,88,157). Sum of RGB (Red+Green+Blue) = 65+88+157=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #41589D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41589D is #BEA762. Grayscale: #585858. Windows color (decimal): -12494691 or 10311745. OLE color: 10311745.

HSL color Cylindrical-coordinate representation of color #41589D: hue angle of 225º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41589D is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6588157-
CMYK0.590.4400.38
HSL225º41.44%43.53%-
HSV(B)225º58.6%61.57%-
XYZ11.7610.5433.31-
YUV88.99166.38110.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.97%
GREEN value IS 88 (34.77% from 255) = 28.39%
BLUE value IS 157 (61.72% from 255) = 50.65%
R=20.97%
G=28.39%
B=50.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal65881570.590.4400.3822541.4443.53
Hex41589D3B2C026e1292c
Octal10113023573540463415154
Binary1000001101100010011101111011101100010011011100001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41589D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41589D; }

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

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

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

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

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

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

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

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