#364147

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

Shades of Big Stone #364147

Tints of Big Stone #364147

Color information

#364147 (or 0x364147) is unknown color: approx Big Stone. HEX triplet: 36, 41 and 47. RGB value is (54,65,71). Sum of RGB (Red+Green+Blue) = 54+65+71=190 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.42% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 71 - color contains mainly: blue. Hex color #364147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364147 is #C9BEB8. Grayscale: #3E3E3E. Windows color (decimal): -13221561 or 4669750. OLE color: 4669750.

HSL color Cylindrical-coordinate representation of color #364147: hue angle of 201.18º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #364147 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB546571-
CMYK0.240.0800.72
HSL201.18º13.6%24.51%-
HSV(B)201.18º23.94%27.84%-
XYZ4.555.026.69-
YUV62.4132.86122.01-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.42%
GREEN value IS 65 (25.78% from 255) = 34.21%
BLUE value IS 71 (28.12% from 255) = 37.37%
R=28.42%
G=34.21%
B=37.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5465710.240.0800.72201.1813.624.51
Hex364147188048c9e19
Octal66101107301001103111631
Binary110110100000110001111100010000100100011001001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364147; }

 p { color: rgb(54,65,71); }

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

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

 a { background-color: rgb(54,65,71); }

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

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

 span { border-color: rgb(54,65,71); }

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