#3C3348

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

Shades of Martinique #3C3348

Tints of Martinique #3C3348

Color information

#3C3348 (or 0x3C3348) is unknown color: approx Martinique. HEX triplet: 3C, 33 and 48. RGB value is (60,51,72). Sum of RGB (Red+Green+Blue) = 60+51+72=183 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.79% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 72 - color contains mainly: blue. Hex color #3C3348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3348 is #C3CCB7. Grayscale: #383838. Windows color (decimal): -12831928 or 4731708. OLE color: 4731708.

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

Color convert

RGB605172-
CMYK0.170.2900.72
HSL265.71º17.07%24.12%-
HSV(B)265.71º29.17%28.24%-
XYZ4.223.86.64-
YUV56.08136.98130.79-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.79%
GREEN value IS 51 (20.31% from 255) = 27.87%
BLUE value IS 72 (28.52% from 255) = 39.34%
R=32.79%
G=27.87%
B=39.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6051720.170.2900.72265.7117.0724.12
Hex3C3348111D04810a1118
Octal7463110213501104122130
Binary11110011001110010001000111101010010001000010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,51,72); }

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

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

 a { background-color: rgb(60,51,72); }

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

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

 span { border-color: rgb(60,51,72); }

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