#3B344B

Color #3B344B Martinique (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Martinique #3B344B

Tints of Martinique #3B344B

Color information

#3B344B (or 0x3B344B) is unknown color: approx Martinique. HEX triplet: 3B, 34 and 4B. RGB value is (59,52,75). Sum of RGB (Red+Green+Blue) = 59+52+75=186 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.72% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 75 - color contains mainly: blue. Hex color #3B344B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B344B is #C4CBB4. Grayscale: #383838. Windows color (decimal): -12897205 or 4928571. OLE color: 4928571.

HSL color Cylindrical-coordinate representation of color #3B344B: hue angle of 258.26º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3B344B is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB595275-
CMYK0.210.3100.71
HSL258.26º18.11%24.9%-
HSV(B)258.26º30.67%29.41%-
XYZ4.33.897.18-
YUV56.71138.32129.63-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.72%
GREEN value IS 52 (20.70% from 255) = 27.96%
BLUE value IS 75 (29.69% from 255) = 40.32%
R=31.72%
G=27.96%
B=40.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5952750.210.3100.71258.2618.1124.9
Hex3B344B151F0471021219
Octal7364113253701074022231
Binary11101111010010010111010111111010001111000000101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3B344B;
 }
 .AnyTagClassName
 {
   color: #3B344B;
 }
</style>
background-color css

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

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

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

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

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

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