Html Css Color HEX #3C314C Martinique

📋 copy color: '#3C314C'

red 60 ◦ green 49 ◦ blue 76

#3C314C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Martinique #3C314C

Tints of Martinique #3C314C

RGB

 RED value IS 60 (23.83% from 255) = 32.43%

 GREEN value IS 49 (19.53% from 255) = 26.49%

 BLUE value IS 76 (30.08% from 255) = 41.08%

R = 32.43%
G = 26.49%
B = 41.08%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3C314C (or 0x3C314C) is known color: Martinique. HEX triplet: 3C, 31 and 4C. RGB value is (60,49,76). Sum of RGB (Red+Green+Blue) = 60+49+76=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 76 - color contains mainly: blue. Hex color #3C314C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C314C is #C3CEB3. Grayscale: #373737. Windows color (decimal): -12832436 or 4993340. OLE color: 4993340.

HSL color Cylindrical-coordinate representation of color #3C314C: hue angle of 264.44º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3C314C is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 60 49 76 -
CMYK 0.21 0.36 0 0.70
HSL 264.44º 0.22% 0.25% -
HSV(B) 264.44º 0.36% 0.3% -
XYZ 4.27 3.68 7.32 -
YUV 55.37 139.64 131.3 -
System Red Green Blue C M Y K H S L
Decimal 60 49 76 0.21 0.36 0 0.70 264.44 0.22 0.25
Hex 3C 31 4C 15 24 0 46 108 16 19
Octal 74 61 114 25 44 0 106 410 26 31
Binary 111100 110001 1001100 10101 100100 0 1000110 100001000 10110 11001

Color Harmonies of #3C314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C314C

Black with #3C314C

Text Example


Text Example

White with #3C314C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,49,76); }

 H1.HeaderClassName
 {
   color: #3C314C;
 }
 .AnyTagClassName
 {
   color: #3C314C;
 }
</style>

background-color css

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

 a { background-color: rgb(60,49,76); }

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

border-color css

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

 span { border-color: rgb(60,49,76); }

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