#353142

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

Shades of Martinique #353142

Tints of Martinique #353142

Color information

#353142 (or 0x353142) is unknown color: approx Martinique. HEX triplet: 35, 31 and 42. RGB value is (53,49,66). Sum of RGB (Red+Green+Blue) = 53+49+66=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 66 - color contains mainly: blue. Hex color #353142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353142 is #CACEBD. Grayscale: #343434. Windows color (decimal): -13291198 or 4337973. OLE color: 4337973.

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

Color convert

RGB534966-
CMYK0.200.2600.74
HSL254.12º14.78%22.55%-
HSV(B)254.12º25.76%25.88%-
XYZ3.553.355.61-
YUV52.13135.83128.62-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.55%
GREEN value IS 49 (19.53% from 255) = 29.17%
BLUE value IS 66 (26.17% from 255) = 39.29%
R=31.55%
G=29.17%
B=39.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5349660.200.2600.74254.1214.7822.55
Hex353142141A04Afef17
Octal6561102243201123761727
Binary110101110001100001010100110100100101011111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353142; }

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

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

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

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

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

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

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

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