#3C6597

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

Shades of Mariner #3C6597

Tints of Mariner #3C6597

Color information

#3C6597 (or 0x3C6597) is unknown color: approx Mariner. HEX triplet: 3C, 65 and 97. RGB value is (60,101,151). Sum of RGB (Red+Green+Blue) = 60+101+151=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 151 (59.38% from 255 or 48.40% from 312); Max value from RGB is 151 - color contains mainly: blue. Hex color #3C6597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6597 is #C39A68. Grayscale: #5E5E5E. Windows color (decimal): -12819049 or 9921852. OLE color: 9921852.

HSL color Cylindrical-coordinate representation of color #3C6597: hue angle of 212.97º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C6597 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB60101151-
CMYK0.600.3300.41
HSL212.97º43.13%41.37%-
HSV(B)212.97º60.26%59.22%-
XYZ12.112.531.05-
YUV94.44159.92103.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.23%
GREEN value IS 101 (39.84% from 255) = 32.37%
BLUE value IS 151 (59.38% from 255) = 48.40%
R=19.23%
G=32.37%
B=48.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal601011510.600.3300.41212.9743.1341.37
Hex3C65973C21029d52b29
Octal7414522774410513255351
Binary111100110010110010111111100100001010100111010101101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,101,151); }

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

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

 a { background-color: rgb(60,101,151); }

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

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

 span { border-color: rgb(60,101,151); }

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