#3C5A95

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

Shades of Mariner #3C5A95

Tints of Mariner #3C5A95

Color information

#3C5A95 (or 0x3C5A95) is unknown color: approx Mariner. HEX triplet: 3C, 5A and 95. RGB value is (60,90,149). Sum of RGB (Red+Green+Blue) = 60+90+149=299 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.07% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #3C5A95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5A95 is #C3A56A. Grayscale: #575757. Windows color (decimal): -12821867 or 9787964. OLE color: 9787964.

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

Color convert

RGB6090149-
CMYK0.600.4000.42
HSL219.78º42.58%40.98%-
HSV(B)219.78º59.73%58.43%-
XYZ10.9410.4429.87-
YUV87.76162.56108.2-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.07%
GREEN value IS 90 (35.55% from 255) = 30.10%
BLUE value IS 149 (58.59% from 255) = 49.83%
R=20.07%
G=30.10%
B=49.83%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal60901490.600.4000.42219.7842.5840.98
Hex3C5A953C2802Adc2b29
Octal7413222574500523345351
Binary111100101101010010101111100101000010101011011100101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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