#364449

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

Shades of Big Stone #364449

Tints of Big Stone #364449

Color information

#364449 (or 0x364449) is unknown color: approx Big Stone. HEX triplet: 36, 44 and 49. RGB value is (54,68,73). Sum of RGB (Red+Green+Blue) = 54+68+73=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 73 - color contains mainly: blue. Hex color #364449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364449 is #C9BBB6. Grayscale: #404040. Windows color (decimal): -13220791 or 4801590. OLE color: 4801590.

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

Color convert

RGB546873-
CMYK0.260.0700.71
HSL195.79º14.96%24.9%-
HSV(B)195.79º26.03%28.63%-
XYZ4.795.47.09-
YUV64.38132.86120.59-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.69%
GREEN value IS 68 (26.95% from 255) = 34.87%
BLUE value IS 73 (28.91% from 255) = 37.44%
R=27.69%
G=34.87%
B=37.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5468730.260.0700.71195.7914.9624.9
Hex3644491A7047c4f19
Octal6610411132701073041731
Binary11011010001001001001110101110100011111000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364449; }

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

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

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

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

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

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

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

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