#353A3C

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

Shades of Montana #353A3C

Tints of Montana #353A3C

Color information

#353A3C (or 0x353A3C) is unknown color: approx Montana. HEX triplet: 35, 3A and 3C. RGB value is (53,58,60). Sum of RGB (Red+Green+Blue) = 53+58+60=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 60 - color contains mainly: blue. Hex color #353A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353A3C is #CAC5C3. Grayscale: #383838. Windows color (decimal): -13288900 or 3947061. OLE color: 3947061.

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

Color convert

RGB535860-
CMYK0.120.0300.76
HSL197.14º6.19%22.16%-
HSV(B)197.14º11.67%23.53%-
XYZ3.84.114.87-
YUV56.73129.84125.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.99%
GREEN value IS 58 (23.05% from 255) = 33.92%
BLUE value IS 60 (23.83% from 255) = 35.09%
R=30.99%
G=33.92%
B=35.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5358600.120.0300.76197.146.1922.16
Hex353A3CC304Cc5616
Octal6572741430114305626
Binary110101111010111100110011010011001100010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353A3C; }

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

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

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

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

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

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

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

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