Html Css Color HEX #3B344A Martinique

📋 copy color: '#3B344A'

red 59 ◦ green 52 ◦ blue 74

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

Shades of Martinique #3B344A

Tints of Martinique #3B344A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 40%

R = 31.89%
G = 28.11%
B = 40%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3B344A (or 0x3B344A) is known color: Martinique. HEX triplet: 3B, 34 and 4A. RGB value is (59,52,74). Sum of RGB (Red+Green+Blue) = 59+52+74=185 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.89% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 74 (29.30% from 255 or 40% from 185); Max value from RGB is 74 - color contains mainly: blue. Hex color #3B344A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B344A is #C4CBB5. Grayscale: #383838. Windows color (decimal): -12897206 or 4863035. OLE color: 4863035.

HSL color Cylindrical-coordinate representation of color #3B344A: hue angle of 259.09º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3B344A is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 59 52 74 -
CMYK 0.20 0.30 0 0.71
HSL 259.09º 0.17% 0.25% -
HSV(B) 259.09º 0.3% 0.29% -
XYZ 4.27 3.88 7 -
YUV 56.6 137.82 129.71 -
System Red Green Blue C M Y K H S L
Decimal 59 52 74 0.20 0.30 0 0.71 259.09 0.17 0.25
Hex 3B 34 4A 14 1E 0 47 103 11 19
Octal 73 64 112 24 36 0 107 403 21 31
Binary 111011 110100 1001010 10100 11110 0 1000111 100000011 10001 11001

Color Harmonies of #3B344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B344A

Black with #3B344A

Text Example


Text Example

White with #3B344A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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