#354649

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

Shades of Big Stone #354649

Tints of Big Stone #354649

Color information

#354649 (or 0x354649) is unknown color: approx Big Stone. HEX triplet: 35, 46 and 49. RGB value is (53,70,73). Sum of RGB (Red+Green+Blue) = 53+70+73=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 73 - color contains mainly: blue. Hex color #354649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354649 is #CAB9B6. Grayscale: #414141. Windows color (decimal): -13285815 or 4802101. OLE color: 4802101.

HSL color Cylindrical-coordinate representation of color #354649: hue angle of 189º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #354649 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB537073-
CMYK0.270.0400.71
HSL189º15.87%24.71%-
HSV(B)189º27.4%28.63%-
XYZ4.865.627.13-
YUV65.26132.37119.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.04%
GREEN value IS 70 (27.73% from 255) = 35.71%
BLUE value IS 73 (28.91% from 255) = 37.24%
R=27.04%
G=35.71%
B=37.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5370730.270.0400.7118915.8724.71
Hex3546491B4047bd1019
Octal6510611133401072752031
Binary110101100011010010011101110001000111101111011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354649; }

 p { color: rgb(53,70,73); }

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

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

 a { background-color: rgb(53,70,73); }

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

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

 span { border-color: rgb(53,70,73); }

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