#3C6291

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

Shades of Mariner #3C6291

Tints of Mariner #3C6291

Color information

#3C6291 (or 0x3C6291) is unknown color: approx Mariner. HEX triplet: 3C, 62 and 91. RGB value is (60,98,145). Sum of RGB (Red+Green+Blue) = 60+98+145=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #3C6291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6291 is #C39D6E. Grayscale: #5B5B5B. Windows color (decimal): -12819823 or 9527868. OLE color: 9527868.

HSL color Cylindrical-coordinate representation of color #3C6291: hue angle of 213.18º degrees, saturation: 0.41, 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 #3C6291 is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6098145-
CMYK0.590.3200.43
HSL213.18º41.46%40.2%-
HSV(B)213.18º58.62%56.86%-
XYZ11.3411.7428.46-
YUV92157.91105.18-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.80%
GREEN value IS 98 (38.67% from 255) = 32.34%
BLUE value IS 145 (57.03% from 255) = 47.85%
R=19.80%
G=32.34%
B=47.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal60981450.590.3200.43213.1841.4640.2
Hex3C62913B2002Bd52928
Octal7414222173400533255150
Binary111100110001010010001111011100000010101111010101101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,98,145); }

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

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

 a { background-color: rgb(60,98,145); }

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

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

 span { border-color: rgb(60,98,145); }

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