#41559C

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

Shades of Mariner #41559C

Tints of Mariner #41559C

Color information

#41559C (or 0x41559C) is unknown color: approx Mariner. HEX triplet: 41, 55 and 9C. RGB value is (65,85,156). Sum of RGB (Red+Green+Blue) = 65+85+156=306 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.24% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 156 (61.33% from 255 or 50.98% from 306); Max value from RGB is 156 - color contains mainly: blue. Hex color #41559C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41559C is #BEAA63. Grayscale: #565656. Windows color (decimal): -12495460 or 10245441. OLE color: 10245441.

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

Color convert

RGB6585156-
CMYK0.580.4600.39
HSL226.81º41.18%43.33%-
HSV(B)226.81º58.33%61.18%-
XYZ11.4310.0232.78-
YUV87.11166.87112.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.24%
GREEN value IS 85 (33.59% from 255) = 27.78%
BLUE value IS 156 (61.33% from 255) = 50.98%
R=21.24%
G=27.78%
B=50.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal65851560.580.4600.39226.8141.1843.33
Hex41559C3A2E027e3292b
Octal10112523472560473435153
Binary1000001101010110011100111010101110010011111100011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41559C; }

 p { color: rgb(65,85,156); }

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

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

 a { background-color: rgb(65,85,156); }

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

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

 span { border-color: rgb(65,85,156); }

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