#39344C

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

Shades of Martinique #39344C

Tints of Martinique #39344C

Color information

#39344C (or 0x39344C) is unknown color: approx Martinique. HEX triplet: 39, 34 and 4C. RGB value is (57,52,76). Sum of RGB (Red+Green+Blue) = 57+52+76=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 76 - color contains mainly: blue. Hex color #39344C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39344C is #C6CBB3. Grayscale: #383838. Windows color (decimal): -13028276 or 4994105. OLE color: 4994105.

HSL color Cylindrical-coordinate representation of color #39344C: hue angle of 252.5º 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 #39344C is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB575276-
CMYK0.250.3200.70
HSL252.5º18.75%25.1%-
HSV(B)252.5º31.58%29.8%-
XYZ4.223.857.36-
YUV56.23139.16128.55-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.81%
GREEN value IS 52 (20.70% from 255) = 28.11%
BLUE value IS 76 (30.08% from 255) = 41.08%
R=30.81%
G=28.11%
B=41.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5752760.250.3200.70252.518.7525.1
Hex39344C1920046fc1319
Octal7164114314001063742331
Binary11100111010010011001100110000001000110111111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39344C; }

 p { color: rgb(57,52,76); }

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

<style>
 a { background-color: #39344C; }

 a { background-color: rgb(57,52,76); }

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

<style>
 span { border-color: #39344C; }

 span { border-color: rgb(57,52,76); }

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