Html Css Color HEX #3C324B Martinique

📋 copy color: '#3C324B'

red 60 ◦ green 50 ◦ blue 75

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

Shades of Martinique #3C324B

Tints of Martinique #3C324B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.03%

 BLUE value IS 75 (29.69% from 255) = 40.54%

R = 32.43%
G = 27.03%
B = 40.54%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3C324B (or 0x3C324B) is known color: Martinique. HEX triplet: 3C, 32 and 4B. RGB value is (60,50,75). Sum of RGB (Red+Green+Blue) = 60+50+75=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 75 - color contains mainly: blue. Hex color #3C324B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C324B is #C3CDB4. Grayscale: #373737. Windows color (decimal): -12832181 or 4928060. OLE color: 4928060.

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

Color convert

RGB 60 50 75 -
CMYK 0.20 0.33 0 0.71
HSL 264º 0.2% 0.25% -
HSV(B) 264º 0.33% 0.29% -
XYZ 4.27 3.75 7.16 -
YUV 55.84 138.81 130.97 -
System Red Green Blue C M Y K H S L
Decimal 60 50 75 0.20 0.33 0 0.71 264 0.2 0.25
Hex 3C 32 4B 14 21 0 47 108 14 19
Octal 74 62 113 24 41 0 107 410 24 31
Binary 111100 110010 1001011 10100 100001 0 1000111 100001000 10100 11001

Color Harmonies of #3C324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C324B

Black with #3C324B

Text Example


Text Example

White with #3C324B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,50,75); }

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

background-color css

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

 a { background-color: rgb(60,50,75); }

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

border-color css

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

 span { border-color: rgb(60,50,75); }

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