Html Css Color HEX #3B314C Martinique

📋 copy color: '#3B314C'

red 59 ◦ green 49 ◦ blue 76

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

Shades of Martinique #3B314C

Tints of Martinique #3B314C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 41.3%

R = 32.07%
G = 26.63%
B = 41.3%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3B314C (or 0x3B314C) is known color: Martinique. HEX triplet: 3B, 31 and 4C. RGB value is (59,49,76). Sum of RGB (Red+Green+Blue) = 59+49+76=184 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.07% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 76 (30.08% from 255 or 41.30% from 184); Max value from RGB is 76 - color contains mainly: blue. Hex color #3B314C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B314C is #C4CEB3. Grayscale: #363636. Windows color (decimal): -12897972 or 4993339. OLE color: 4993339.

HSL color Cylindrical-coordinate representation of color #3B314C: hue angle of 262.22º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3B314C is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 59 49 76 -
CMYK 0.22 0.36 0 0.70
HSL 262.22º 0.22% 0.25% -
HSV(B) 262.22º 0.36% 0.3% -
XYZ 4.21 3.65 7.32 -
YUV 55.07 139.81 130.8 -
System Red Green Blue C M Y K H S L
Decimal 59 49 76 0.22 0.36 0 0.70 262.22 0.22 0.25
Hex 3B 31 4C 16 24 0 46 106 16 19
Octal 73 61 114 26 44 0 106 406 26 31
Binary 111011 110001 1001100 10110 100100 0 1000110 100000110 10110 11001

Color Harmonies of #3B314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B314C

Black with #3B314C

Text Example


Text Example

White with #3B314C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,49,76); }

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

background-color css

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

 a { background-color: rgb(59,49,76); }

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

border-color css

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

 span { border-color: rgb(59,49,76); }

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