#3C6093

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

Shades of Mariner #3C6093

Tints of Mariner #3C6093

Color information

#3C6093 (or 0x3C6093) is unknown color: approx Mariner. HEX triplet: 3C, 60 and 93. RGB value is (60,96,147). Sum of RGB (Red+Green+Blue) = 60+96+147=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #3C6093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6093 is #C39F6C. Grayscale: #5A5A5A. Windows color (decimal): -12820333 or 9658428. OLE color: 9658428.

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

Color convert

RGB6096147-
CMYK0.590.3500.42
HSL215.17º42.03%40.59%-
HSV(B)215.17º59.18%57.65%-
XYZ11.3111.4329.21-
YUV91.05159.57105.85-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.80%
GREEN value IS 96 (37.89% from 255) = 31.68%
BLUE value IS 147 (57.81% from 255) = 48.51%
R=19.80%
G=31.68%
B=48.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal60961470.590.3500.42215.1742.0340.59
Hex3C60933B2302Ad72a29
Octal7414022373430523275251
Binary111100110000010010011111011100011010101011010111101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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