#3C5B93

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

Shades of Mariner #3C5B93

Tints of Mariner #3C5B93

Color information

#3C5B93 (or 0x3C5B93) is unknown color: approx Mariner. HEX triplet: 3C, 5B and 93. RGB value is (60,91,147). Sum of RGB (Red+Green+Blue) = 60+91+147=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #3C5B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C5B93 is #C3A46C. Grayscale: #575757. Windows color (decimal): -12821613 or 9657148. OLE color: 9657148.

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

Color convert

RGB6091147-
CMYK0.590.3800.42
HSL218.62º42.03%40.59%-
HSV(B)218.62º59.18%57.65%-
XYZ10.8710.5529.07-
YUV88.12161.23107.95-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.13%
GREEN value IS 91 (35.94% from 255) = 30.54%
BLUE value IS 147 (57.81% from 255) = 49.33%
R=20.13%
G=30.54%
B=49.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal60911470.590.3800.42218.6242.0340.59
Hex3C5B933B2602Adb2a29
Octal7413322373460523335251
Binary111100101101110010011111011100110010101011011011101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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