#334549

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

Shades of Big Stone #334549

Tints of Big Stone #334549

Color information

#334549 (or 0x334549) is unknown color: approx Big Stone. HEX triplet: 33, 45 and 49. RGB value is (51,69,73). Sum of RGB (Red+Green+Blue) = 51+69+73=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 73 - color contains mainly: blue. Hex color #334549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334549 is #CCBAB6. Grayscale: #404040. Windows color (decimal): -13417143 or 4801843. OLE color: 4801843.

HSL color Cylindrical-coordinate representation of color #334549: hue angle of 190.91º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #334549 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB516973-
CMYK0.300.0500.71
HSL190.91º17.74%24.31%-
HSV(B)190.91º30.14%28.63%-
XYZ4.75.447.11-
YUV64.07133.04118.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.42%
GREEN value IS 69 (27.34% from 255) = 35.75%
BLUE value IS 73 (28.91% from 255) = 37.82%
R=26.42%
G=35.75%
B=37.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5169730.300.0500.71190.9117.7424.31
Hex3345491E5047bf1218
Octal6310511136501072772230
Binary110011100010110010011111010101000111101111111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334549; }

 p { color: rgb(51,69,73); }

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

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

 a { background-color: rgb(51,69,73); }

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

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

 span { border-color: rgb(51,69,73); }

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