Html Css Color HEX #3C394A Martinique

📋 copy color: '#3C394A'

red 60 ◦ green 57 ◦ blue 74

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

Shades of Martinique #3C394A

Tints of Martinique #3C394A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.84%

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

R = 31.41%
G = 29.84%
B = 38.74%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3C394A (or 0x3C394A) is known color: Martinique. HEX triplet: 3C, 39 and 4A. RGB value is (60,57,74). Sum of RGB (Red+Green+Blue) = 60+57+74=191 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.41% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 74 (29.30% from 255 or 38.74% from 191); Max value from RGB is 74 - color contains mainly: blue. Hex color #3C394A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C394A is #C3C6B5. Grayscale: #3B3B3B. Windows color (decimal): -12830390 or 4864316. OLE color: 4864316.

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

Color convert

RGB 60 57 74 -
CMYK 0.19 0.23 0 0.71
HSL 250.59º 0.13% 0.26% -
HSV(B) 250.59º 0.23% 0.29% -
XYZ 4.56 4.38 7.08 -
YUV 59.84 135.99 128.12 -
System Red Green Blue C M Y K H S L
Decimal 60 57 74 0.19 0.23 0 0.71 250.59 0.13 0.26
Hex 3C 39 4A 13 17 0 47 FB D 1A
Octal 74 71 112 23 27 0 107 373 15 32
Binary 111100 111001 1001010 10011 10111 0 1000111 11111011 1101 11010

Color Harmonies of #3C394A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C394A

Black with #3C394A

Text Example


Text Example

White with #3C394A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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