Html Css Color HEX #3B344D Martinique

📋 copy color: '#3B344D'

red 59 ◦ green 52 ◦ blue 77

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

Shades of Martinique #3B344D

Tints of Martinique #3B344D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.66%

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

R = 31.38%
G = 27.66%
B = 40.96%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3B344D (or 0x3B344D) is known color: Martinique. HEX triplet: 3B, 34 and 4D. RGB value is (59,52,77). Sum of RGB (Red+Green+Blue) = 59+52+77=188 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.38% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 77 - color contains mainly: blue. Hex color #3B344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B344D is #C4CBB2. Grayscale: #383838. Windows color (decimal): -12897203 or 5059643. OLE color: 5059643.

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

Color convert

RGB 59 52 77 -
CMYK 0.23 0.32 0 0.70
HSL 256.8º 0.19% 0.25% -
HSV(B) 256.8º 0.32% 0.3% -
XYZ 4.37 3.92 7.55 -
YUV 56.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 59 52 77 0.23 0.32 0 0.70 256.8 0.19 0.25
Hex 3B 34 4D 17 20 0 46 101 13 19
Octal 73 64 115 27 40 0 106 401 23 31
Binary 111011 110100 1001101 10111 100000 0 1000110 100000001 10011 11001

Color Harmonies of #3B344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B344D

Black with #3B344D

Text Example


Text Example

White with #3B344D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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