#3C6095

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

Shades of Mariner #3C6095

Tints of Mariner #3C6095

Color information

#3C6095 (or 0x3C6095) is unknown color: approx Mariner. HEX triplet: 3C, 60 and 95. RGB value is (60,96,149). Sum of RGB (Red+Green+Blue) = 60+96+149=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 149 (58.59% from 255 or 48.85% from 305); Max value from RGB is 149 - color contains mainly: blue. Hex color #3C6095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6095 is #C39F6A. Grayscale: #5B5B5B. Windows color (decimal): -12820331 or 9789500. OLE color: 9789500.

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

Color convert

RGB6096149-
CMYK0.600.3600.42
HSL215.73º42.58%40.98%-
HSV(B)215.73º59.73%58.43%-
XYZ11.4711.530.05-
YUV91.28160.57105.69-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.67%
GREEN value IS 96 (37.89% from 255) = 31.48%
BLUE value IS 149 (58.59% from 255) = 48.85%
R=19.67%
G=31.48%
B=48.85%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal60961490.600.3600.42215.7342.5840.98
Hex3C60953C2402Ad82b29
Octal7414022574440523305351
Binary111100110000010010101111100100100010101011011000101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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