#3C6490

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

Shades of Mariner #3C6490

Tints of Mariner #3C6490

Color information

#3C6490 (or 0x3C6490) is unknown color: approx Mariner. HEX triplet: 3C, 64 and 90. RGB value is (60,100,144). Sum of RGB (Red+Green+Blue) = 60+100+144=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 144 - color contains mainly: blue. Hex color #3C6490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C6490 is #C39B6F. Grayscale: #5C5C5C. Windows color (decimal): -12819312 or 9462844. OLE color: 9462844.

HSL color Cylindrical-coordinate representation of color #3C6490: hue angle of 211.43º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C6490 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB60100144-
CMYK0.580.3100.44
HSL211.43º41.18%40%-
HSV(B)211.43º58.33%56.47%-
XYZ11.4512.0928.12-
YUV93.06156.75104.42-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.74%
GREEN value IS 100 (39.45% from 255) = 32.89%
BLUE value IS 144 (56.64% from 255) = 47.37%
R=19.74%
G=32.89%
B=47.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal601001440.580.3100.44211.4341.1840
Hex3C64903A1F02Cd32928
Octal7414422072370543235150
Binary11110011001001001000011101011111010110011010011101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,100,144); }

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

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

 a { background-color: rgb(60,100,144); }

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

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

 span { border-color: rgb(60,100,144); }

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