#35323C

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

Shades of Martinique #35323C

Tints of Martinique #35323C

Color information

#35323C (or 0x35323C) is unknown color: approx Martinique. HEX triplet: 35, 32 and 3C. RGB value is (53,50,60). Sum of RGB (Red+Green+Blue) = 53+50+60=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 60 - color contains mainly: blue. Hex color #35323C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35323C is #CACDC3. Grayscale: #343434. Windows color (decimal): -13290948 or 3945013. OLE color: 3945013.

HSL color Cylindrical-coordinate representation of color #35323C: hue angle of 258º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #35323C is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB535060-
CMYK0.120.1700.76
HSL258º9.09%21.57%-
HSV(B)258º16.67%23.53%-
XYZ3.423.364.74-
YUV52.04132.49128.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.52%
GREEN value IS 50 (19.92% from 255) = 30.67%
BLUE value IS 60 (23.83% from 255) = 36.81%
R=32.52%
G=30.67%
B=36.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5350600.120.1700.762589.0921.57
Hex35323CC1104C102916
Octal656274142101144021126
Binary11010111001011110011001000101001100100000010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35323C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,50,60); }

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

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

 a { background-color: rgb(53,50,60); }

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

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

 span { border-color: rgb(53,50,60); }

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