#364146

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

Shades of Big Stone #364146

Tints of Big Stone #364146

Color information

#364146 (or 0x364146) is unknown color: approx Big Stone. HEX triplet: 36, 41 and 46. RGB value is (54,65,70). Sum of RGB (Red+Green+Blue) = 54+65+70=189 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.57% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 70 - color contains mainly: blue. Hex color #364146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364146 is #C9BEB9. Grayscale: #3E3E3E. Windows color (decimal): -13221562 or 4604214. OLE color: 4604214.

HSL color Cylindrical-coordinate representation of color #364146: hue angle of 198.75º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #364146 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB546570-
CMYK0.230.0700.73
HSL198.75º12.9%24.31%-
HSV(B)198.75º22.86%27.45%-
XYZ4.525.016.52-
YUV62.28132.36122.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.57%
GREEN value IS 65 (25.78% from 255) = 34.39%
BLUE value IS 70 (27.73% from 255) = 37.04%
R=28.57%
G=34.39%
B=37.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5465700.230.0700.73198.7512.924.31
Hex364146177049c7d18
Octal6610110627701113071530
Binary11011010000011000110101111110100100111000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364146; }

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

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

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

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

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

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

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

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