Html Css Color HEX #3B314D Martinique

📋 copy color: '#3B314D'

red 59 ◦ green 49 ◦ blue 77

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

Shades of Martinique #3B314D

Tints of Martinique #3B314D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 41.62%

R = 31.89%
G = 26.49%
B = 41.62%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3B314D (or 0x3B314D) is known color: Martinique. HEX triplet: 3B, 31 and 4D. RGB value is (59,49,77). Sum of RGB (Red+Green+Blue) = 59+49+77=185 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.89% from 185); Green value is 49 (19.53% from 255 or 26.49% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 77 - color contains mainly: blue. Hex color #3B314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B314D is #C4CEB2. Grayscale: #373737. Windows color (decimal): -12897971 or 5058875. OLE color: 5058875.

HSL color Cylindrical-coordinate representation of color #3B314D: hue angle of 261.43º 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 #3B314D is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 59 49 77 -
CMYK 0.23 0.36 0 0.70
HSL 261.43º 0.22% 0.25% -
HSV(B) 261.43º 0.36% 0.3% -
XYZ 4.24 3.66 7.5 -
YUV 55.18 140.31 130.72 -
System Red Green Blue C M Y K H S L
Decimal 59 49 77 0.23 0.36 0 0.70 261.43 0.22 0.25
Hex 3B 31 4D 17 24 0 46 105 16 19
Octal 73 61 115 27 44 0 106 405 26 31
Binary 111011 110001 1001101 10111 100100 0 1000110 100000101 10110 11001

Color Harmonies of #3B314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B314D

Black with #3B314D

Text Example


Text Example

White with #3B314D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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