#364249

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

Shades of Big Stone #364249

Tints of Big Stone #364249

Color information

#364249 (or 0x364249) is unknown color: approx Big Stone. HEX triplet: 36, 42 and 49. RGB value is (54,66,73). Sum of RGB (Red+Green+Blue) = 54+66+73=193 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.98% from 193); Green value is 66 (26.17% from 255 or 34.20% 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 #364249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364249 is #C9BDB6. Grayscale: #3F3F3F. Windows color (decimal): -13221303 or 4801078. OLE color: 4801078.

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

Color convert

RGB546673-
CMYK0.260.1000.71
HSL202.11º14.96%24.9%-
HSV(B)202.11º26.03%28.63%-
XYZ4.675.167.05-
YUV63.21133.52121.43-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.98%
GREEN value IS 66 (26.17% from 255) = 34.20%
BLUE value IS 73 (28.91% from 255) = 37.82%
R=27.98%
G=34.20%
B=37.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5466730.260.1000.71202.1114.9624.9
Hex3642491AA047caf19
Octal66102111321201073121731
Binary110110100001010010011101010100100011111001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364249; }

 p { color: rgb(54,66,73); }

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

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

 a { background-color: rgb(54,66,73); }

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

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

 span { border-color: rgb(54,66,73); }

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