Html Css Color HEX #3B374F Martinique

📋 copy color: '#3B374F'

red 59 ◦ green 55 ◦ blue 79

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

Shades of Martinique #3B374F

Tints of Martinique #3B374F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 40.93%

R = 30.57%
G = 28.5%
B = 40.93%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3B374F (or 0x3B374F) is known color: Martinique. HEX triplet: 3B, 37 and 4F. RGB value is (59,55,79). Sum of RGB (Red+Green+Blue) = 59+55+79=193 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.57% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 79 - color contains mainly: blue. Hex color #3B374F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B374F is #C4C8B0. Grayscale: #3A3A3A. Windows color (decimal): -12896433 or 5191483. OLE color: 5191483.

HSL color Cylindrical-coordinate representation of color #3B374F: hue angle of 250º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3B374F is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 59 55 79 -
CMYK 0.25 0.30 0 0.69
HSL 250º 0.18% 0.26% -
HSV(B) 250º 0.3% 0.31% -
XYZ 4.58 4.23 7.97 -
YUV 58.93 139.33 128.05 -
System Red Green Blue C M Y K H S L
Decimal 59 55 79 0.25 0.30 0 0.69 250 0.18 0.26
Hex 3B 37 4F 19 1E 0 45 FA 12 1A
Octal 73 67 117 31 36 0 105 372 22 32
Binary 111011 110111 1001111 11001 11110 0 1000101 11111010 10010 11010

Color Harmonies of #3B374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B374F

Black with #3B374F

Text Example


Text Example

White with #3B374F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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