#3C6592

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

Shades of Mariner #3C6592

Tints of Mariner #3C6592

Color information

#3C6592 (or 0x3C6592) is unknown color: approx Mariner. HEX triplet: 3C, 65 and 92. RGB value is (60,101,146). Sum of RGB (Red+Green+Blue) = 60+101+146=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #3C6592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6592 is #C39A6D. Grayscale: #5D5D5D. Windows color (decimal): -12819054 or 9594172. OLE color: 9594172.

HSL color Cylindrical-coordinate representation of color #3C6592: hue angle of 211.4º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C6592 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB60101146-
CMYK0.590.3100.43
HSL211.4º41.75%40.39%-
HSV(B)211.4º58.9%57.25%-
XYZ11.7112.3428.96-
YUV93.87157.42103.84-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.54%
GREEN value IS 101 (39.84% from 255) = 32.90%
BLUE value IS 146 (57.42% from 255) = 47.56%
R=19.54%
G=32.90%
B=47.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal601011460.590.3100.43211.441.7540.39
Hex3C65923B1F02Bd32a28
Octal7414522273370533235250
Binary11110011001011001001011101111111010101111010011101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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