Html Css Color HEX #3C374A Martinique

📋 copy color: '#3C374A'

red 60 ◦ green 55 ◦ blue 74

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

Shades of Martinique #3C374A

Tints of Martinique #3C374A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.1%

 BLUE value IS 74 (29.3% from 255) = 39.15%

R = 31.75%
G = 29.1%
B = 39.15%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3C374A (or 0x3C374A) is known color: Martinique. HEX triplet: 3C, 37 and 4A. RGB value is (60,55,74). Sum of RGB (Red+Green+Blue) = 60+55+74=189 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.75% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 74 (29.30% from 255 or 39.15% from 189); Max value from RGB is 74 - color contains mainly: blue. Hex color #3C374A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C374A is #C3C8B5. Grayscale: #3A3A3A. Windows color (decimal): -12830902 or 4863804. OLE color: 4863804.

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

Color convert

RGB 60 55 74 -
CMYK 0.19 0.26 0 0.71
HSL 255.79º 0.15% 0.25% -
HSV(B) 255.79º 0.26% 0.29% -
XYZ 4.47 4.19 7.05 -
YUV 58.66 136.66 128.96 -
System Red Green Blue C M Y K H S L
Decimal 60 55 74 0.19 0.26 0 0.71 255.79 0.15 0.25
Hex 3C 37 4A 13 1A 0 47 100 F 19
Octal 74 67 112 23 32 0 107 400 17 31
Binary 111100 110111 1001010 10011 11010 0 1000111 100000000 1111 11001

Color Harmonies of #3C374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C374A

Black with #3C374A

Text Example


Text Example

White with #3C374A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,55,74); }

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

background-color css

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

 a { background-color: rgb(60,55,74); }

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

border-color css

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

 span { border-color: rgb(60,55,74); }

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