#3C344B

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

Shades of Martinique #3C344B

Tints of Martinique #3C344B

Color information

#3C344B (or 0x3C344B) is unknown color: approx Martinique. HEX triplet: 3C, 34 and 4B. RGB value is (60,52,75). Sum of RGB (Red+Green+Blue) = 60+52+75=187 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.09% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 75 - color contains mainly: blue. Hex color #3C344B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C344B is #C3CBB4. Grayscale: #383838. Windows color (decimal): -12831669 or 4928572. OLE color: 4928572.

HSL color Cylindrical-coordinate representation of color #3C344B: hue angle of 260.87º 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 #3C344B is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB605275-
CMYK0.200.3100.71
HSL260.87º18.11%24.9%-
HSV(B)260.87º30.67%29.41%-
XYZ4.363.927.18-
YUV57.01138.15130.13-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.09%
GREEN value IS 52 (20.70% from 255) = 27.81%
BLUE value IS 75 (29.69% from 255) = 40.11%
R=32.09%
G=27.81%
B=40.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6052750.200.3100.71260.8718.1124.9
Hex3C344B141F0471051219
Octal7464113243701074052231
Binary11110011010010010111010011111010001111000001011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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