#3C3449

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

Shades of Martinique #3C3449

Tints of Martinique #3C3449

Color information

#3C3449 (or 0x3C3449) is unknown color: approx Martinique. HEX triplet: 3C, 34 and 49. RGB value is (60,52,73). Sum of RGB (Red+Green+Blue) = 60+52+73=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 73 - color contains mainly: blue. Hex color #3C3449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3449 is #C3CBB6. Grayscale: #383838. Windows color (decimal): -12831671 or 4797500. OLE color: 4797500.

HSL color Cylindrical-coordinate representation of color #3C3449: hue angle of 262.86º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3C3449 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB605273-
CMYK0.180.2900.71
HSL262.86º16.8%24.51%-
HSV(B)262.86º28.77%28.63%-
XYZ4.293.96.83-
YUV56.79137.15130.29-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.43%
GREEN value IS 52 (20.70% from 255) = 28.11%
BLUE value IS 73 (28.91% from 255) = 39.46%
R=32.43%
G=28.11%
B=39.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6052730.180.2900.71262.8616.824.51
Hex3C3449121D0471071119
Octal7464111223501074072131
Binary11110011010010010011001011101010001111000001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,52,73); }

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

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

 a { background-color: rgb(60,52,73); }

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

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

 span { border-color: rgb(60,52,73); }

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