Html Css Color HEX #3B374A Martinique

📋 copy color: '#3B374A'

red 59 ◦ green 55 ◦ blue 74

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

Shades of Martinique #3B374A

Tints of Martinique #3B374A

RGB

 RED value IS 59 (23.44% from 255) = 31.38%

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

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

R = 31.38%
G = 29.26%
B = 39.36%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3B374A (or 0x3B374A) is known color: Martinique. HEX triplet: 3B, 37 and 4A. RGB value is (59,55,74). Sum of RGB (Red+Green+Blue) = 59+55+74=188 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.38% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 74 - color contains mainly: blue. Hex color #3B374A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B374A is #C4C8B5. Grayscale: #3A3A3A. Windows color (decimal): -12896438 or 4863803. OLE color: 4863803.

HSL color Cylindrical-coordinate representation of color #3B374A: hue angle of 252.63º 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 #3B374A is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 59 55 74 -
CMYK 0.20 0.26 0 0.71
HSL 252.63º 0.15% 0.25% -
HSV(B) 252.63º 0.26% 0.29% -
XYZ 4.41 4.16 7.05 -
YUV 58.36 136.83 128.46 -
System Red Green Blue C M Y K H S L
Decimal 59 55 74 0.20 0.26 0 0.71 252.63 0.15 0.25
Hex 3B 37 4A 14 1A 0 47 FD F 19
Octal 73 67 112 24 32 0 107 375 17 31
Binary 111011 110111 1001010 10100 11010 0 1000111 11111101 1111 11001

Color Harmonies of #3B374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B374A

Black with #3B374A

Text Example


Text Example

White with #3B374A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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