#3C5B95

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

Shades of Mariner #3C5B95

Tints of Mariner #3C5B95

Color information

#3C5B95 (or 0x3C5B95) is unknown color: approx Mariner. HEX triplet: 3C, 5B and 95. RGB value is (60,91,149). Sum of RGB (Red+Green+Blue) = 60+91+149=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #3C5B95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5B95 is #C3A46A. Grayscale: #585858. Windows color (decimal): -12821611 or 9788220. OLE color: 9788220.

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

Color convert

RGB6091149-
CMYK0.600.3900.42
HSL219.1º42.58%40.98%-
HSV(B)219.1º59.73%58.43%-
XYZ11.0310.6129.9-
YUV88.34162.23107.78-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20%
GREEN value IS 91 (35.94% from 255) = 30.33%
BLUE value IS 149 (58.59% from 255) = 49.67%
R=20%
G=30.33%
B=49.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal60911490.600.3900.42219.142.5840.98
Hex3C5B953C2702Adb2b29
Octal7413322574470523335351
Binary111100101101110010101111100100111010101011011011101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C5B95; }

 p { color: rgb(60,91,149); }

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

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

 a { background-color: rgb(60,91,149); }

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

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

 span { border-color: rgb(60,91,149); }

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