Html Css Color HEX #37314A Martinique

📋 copy color: '#37314A'

red 55 ◦ green 49 ◦ blue 74

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

Shades of Martinique #37314A

Tints of Martinique #37314A

RGB

 RED value IS 55 (21.88% from 255) = 30.9%

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

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

R = 30.9%
G = 27.53%
B = 41.57%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#37314A (or 0x37314A) is known color: Martinique. HEX triplet: 37, 31 and 4A. RGB value is (55,49,74). Sum of RGB (Red+Green+Blue) = 55+49+74=178 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.90% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 74 (29.30% from 255 or 41.57% from 178); Max value from RGB is 74 - color contains mainly: blue. Hex color #37314A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37314A is #C8CEB5. Grayscale: #353535. Windows color (decimal): -13160118 or 4862263. OLE color: 4862263.

HSL color Cylindrical-coordinate representation of color #37314A: hue angle of 254.4º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #37314A is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 49 74 -
CMYK 0.26 0.34 0 0.71
HSL 254.4º 0.2% 0.24% -
HSV(B) 254.4º 0.34% 0.29% -
XYZ 3.91 3.5 6.95 -
YUV 53.64 139.49 128.97 -
System Red Green Blue C M Y K H S L
Decimal 55 49 74 0.26 0.34 0 0.71 254.4 0.2 0.24
Hex 37 31 4A 1A 22 0 47 FE 14 18
Octal 67 61 112 32 42 0 107 376 24 30
Binary 110111 110001 1001010 11010 100010 0 1000111 11111110 10100 11000

Color Harmonies of #37314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37314A

Black with #37314A

Text Example


Text Example

White with #37314A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37314A; }

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

 H1.HeaderClassName
 {
   color: #37314A;
 }
 .AnyTagClassName
 {
   color: #37314A;
 }
</style>

background-color css

<style>
 a { background-color: #37314A; }

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

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

border-color css

<style>
 span { border-color: #37314A; }

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

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