#353045

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

Shades of Martinique #353045

Tints of Martinique #353045

Color information

#353045 (or 0x353045) is unknown color: approx Martinique. HEX triplet: 35, 30 and 45. RGB value is (53,48,69). Sum of RGB (Red+Green+Blue) = 53+48+69=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 69 (27.34% from 255 or 40.59% from 170); Max value from RGB is 69 - color contains mainly: blue. Hex color #353045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353045 is #CACFBA. Grayscale: #333333. Windows color (decimal): -13291451 or 4534325. OLE color: 4534325.

HSL color Cylindrical-coordinate representation of color #353045: hue angle of 254.29º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #353045 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB534869-
CMYK0.230.3000.73
HSL254.29º17.95%22.94%-
HSV(B)254.29º30.43%27.06%-
XYZ3.63.36.08-
YUV51.89137.66128.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.18%
GREEN value IS 48 (19.14% from 255) = 28.24%
BLUE value IS 69 (27.34% from 255) = 40.59%
R=31.18%
G=28.24%
B=40.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5348690.230.3000.73254.2917.9522.94
Hex353045171E049fe1217
Octal6560105273601113762227
Binary1101011100001000101101111111001001001111111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353045; }

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

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

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

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

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

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

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

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