Html Css Color HEX #3B334D Martinique

📋 copy color: '#3B334D'

red 59 ◦ green 51 ◦ blue 77

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

Shades of Martinique #3B334D

Tints of Martinique #3B334D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.27%

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

R = 31.55%
G = 27.27%
B = 41.18%

CMYK

 C value IS 0.23

 M value IS 0.34

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3B334D (or 0x3B334D) is known color: Martinique. HEX triplet: 3B, 33 and 4D. RGB value is (59,51,77). Sum of RGB (Red+Green+Blue) = 59+51+77=187 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.55% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 77 - color contains mainly: blue. Hex color #3B334D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B334D is #C4CCB2. Grayscale: #383838. Windows color (decimal): -12897459 or 5059387. OLE color: 5059387.

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

Color convert

RGB 59 51 77 -
CMYK 0.23 0.34 0 0.70
HSL 258.46º 0.2% 0.25% -
HSV(B) 258.46º 0.34% 0.3% -
XYZ 4.33 3.83 7.53 -
YUV 56.36 139.65 129.89 -
System Red Green Blue C M Y K H S L
Decimal 59 51 77 0.23 0.34 0 0.70 258.46 0.2 0.25
Hex 3B 33 4D 17 22 0 46 102 14 19
Octal 73 63 115 27 42 0 106 402 24 31
Binary 111011 110011 1001101 10111 100010 0 1000110 100000010 10100 11001

Color Harmonies of #3B334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B334D

Black with #3B334D

Text Example


Text Example

White with #3B334D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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