#3C5B98

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

Shades of Mariner #3C5B98

Tints of Mariner #3C5B98

Color information

#3C5B98 (or 0x3C5B98) is unknown color: approx Mariner. HEX triplet: 3C, 5B and 98. RGB value is (60,91,152). Sum of RGB (Red+Green+Blue) = 60+91+152=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #3C5B98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5B98 is #C3A467. Grayscale: #585858. Windows color (decimal): -12821608 or 9984828. OLE color: 9984828.

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

Color convert

RGB6091152-
CMYK0.610.4000.40
HSL219.78º43.4%41.57%-
HSV(B)219.78º60.53%59.61%-
XYZ11.2710.7131.18-
YUV88.68163.73107.54-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.80%
GREEN value IS 91 (35.94% from 255) = 30.03%
BLUE value IS 152 (59.77% from 255) = 50.17%
R=19.80%
G=30.03%
B=50.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal60911520.610.4000.40219.7843.441.57
Hex3C5B983D28028dc2b2a
Octal7413323075500503345352
Binary111100101101110011000111101101000010100011011100101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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