#3C344F

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

Shades of Martinique #3C344F

Tints of Martinique #3C344F

Color information

#3C344F (or 0x3C344F) is unknown color: approx Martinique. HEX triplet: 3C, 34 and 4F. RGB value is (60,52,79). Sum of RGB (Red+Green+Blue) = 60+52+79=191 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.41% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 79 - color contains mainly: blue. Hex color #3C344F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C344F is #C3CBB0. Grayscale: #393939. Windows color (decimal): -12831665 or 5190716. OLE color: 5190716.

HSL color Cylindrical-coordinate representation of color #3C344F: hue angle of 257.78º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3C344F is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB605279-
CMYK0.240.3400.69
HSL257.78º20.61%25.69%-
HSV(B)257.78º34.18%30.98%-
XYZ4.53.987.93-
YUV57.47140.15129.8-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.41%
GREEN value IS 52 (20.70% from 255) = 27.23%
BLUE value IS 79 (31.25% from 255) = 41.36%
R=31.41%
G=27.23%
B=41.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6052790.240.3400.69257.7820.6125.69
Hex3C344F1822045102151a
Octal7464117304201054022532
Binary111100110100100111111000100010010001011000000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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