#354449

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

Shades of Big Stone #354449

Tints of Big Stone #354449

Color information

#354449 (or 0x354449) is unknown color: approx Big Stone. HEX triplet: 35, 44 and 49. RGB value is (53,68,73). Sum of RGB (Red+Green+Blue) = 53+68+73=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 73 - color contains mainly: blue. Hex color #354449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354449 is #CABBB6. Grayscale: #404040. Windows color (decimal): -13286327 or 4801589. OLE color: 4801589.

HSL color Cylindrical-coordinate representation of color #354449: hue angle of 195º 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 #354449 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB536873-
CMYK0.270.0700.71
HSL195º15.87%24.71%-
HSV(B)195º27.4%28.63%-
XYZ4.745.377.09-
YUV64.08133.03120.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.32%
GREEN value IS 68 (26.95% from 255) = 35.05%
BLUE value IS 73 (28.91% from 255) = 37.63%
R=27.32%
G=35.05%
B=37.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5368730.270.0700.7119515.8724.71
Hex3544491B7047c31019
Octal6510411133701073032031
Binary110101100010010010011101111101000111110000111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354449; }

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

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

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

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

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

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

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

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