#353042

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

Shades of Martinique #353042

Tints of Martinique #353042

Color information

#353042 (or 0x353042) is unknown color: approx Martinique. HEX triplet: 35, 30 and 42. RGB value is (53,48,66). Sum of RGB (Red+Green+Blue) = 53+48+66=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 66 (26.17% from 255 or 39.52% from 167); Max value from RGB is 66 - color contains mainly: blue. Hex color #353042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353042 is #CACFBD. Grayscale: #333333. Windows color (decimal): -13291454 or 4337717. OLE color: 4337717.

HSL color Cylindrical-coordinate representation of color #353042: hue angle of 256.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #353042 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB534866-
CMYK0.200.2700.74
HSL256.67º15.79%22.35%-
HSV(B)256.67º27.27%25.88%-
XYZ3.513.265.6-
YUV51.55136.16129.04-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.74%
GREEN value IS 48 (19.14% from 255) = 28.74%
BLUE value IS 66 (26.17% from 255) = 39.52%
R=31.74%
G=28.74%
B=39.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5348660.200.2700.74256.6715.7922.35
Hex353042141B04A1011016
Octal6560102243301124012026
Binary11010111000010000101010011011010010101000000011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353042; }

 p { color: rgb(53,48,66); }

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

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

 a { background-color: rgb(53,48,66); }

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

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

 span { border-color: rgb(53,48,66); }

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