#41599D

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

Shades of Mariner #41599D

Tints of Mariner #41599D

Color information

#41599D (or 0x41599D) is unknown color: approx Mariner. HEX triplet: 41, 59 and 9D. RGB value is (65,89,157). Sum of RGB (Red+Green+Blue) = 65+89+157=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #41599D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41599D is #BEA662. Grayscale: #595959. Windows color (decimal): -12494435 or 10312001. OLE color: 10312001.

HSL color Cylindrical-coordinate representation of color #41599D: hue angle of 224.35º 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 #41599D is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6589157-
CMYK0.590.4300.38
HSL224.35º41.44%43.53%-
HSV(B)224.35º58.6%61.57%-
XYZ11.8410.733.34-
YUV89.58166.05110.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.90%
GREEN value IS 89 (35.16% from 255) = 28.62%
BLUE value IS 157 (61.72% from 255) = 50.48%
R=20.90%
G=28.62%
B=50.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal65891570.590.4300.38224.3541.4443.53
Hex41599D3B2B026e0292c
Octal10113123573530463405154
Binary1000001101100110011101111011101011010011011100000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41599D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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