#3C5D95

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

Shades of Mariner #3C5D95

Tints of Mariner #3C5D95

Color information

#3C5D95 (or 0x3C5D95) is unknown color: approx Mariner. HEX triplet: 3C, 5D and 95. RGB value is (60,93,149). Sum of RGB (Red+Green+Blue) = 60+93+149=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 93 (36.72% from 255 or 30.79% 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 #3C5D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5D95 is #C3A26A. Grayscale: #595959. Windows color (decimal): -12821099 or 9788732. OLE color: 9788732.

HSL color Cylindrical-coordinate representation of color #3C5D95: hue angle of 217.75º 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 #3C5D95 is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6093149-
CMYK0.600.3800.42
HSL217.75º42.58%40.98%-
HSV(B)217.75º59.73%58.43%-
XYZ11.210.9629.96-
YUV89.52161.57106.95-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.87%
GREEN value IS 93 (36.72% from 255) = 30.79%
BLUE value IS 149 (58.59% from 255) = 49.34%
R=19.87%
G=30.79%
B=49.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal60931490.600.3800.42217.7542.5840.98
Hex3C5D953C2602Ada2b29
Octal7413522574460523325351
Binary111100101110110010101111100100110010101011011010101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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