#37464C

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

Shades of Big Stone #37464C

Tints of Big Stone #37464C

Color information

#37464C (or 0x37464C) is unknown color: approx Big Stone. HEX triplet: 37, 46 and 4C. RGB value is (55,70,76). Sum of RGB (Red+Green+Blue) = 55+70+76=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 76 - color contains mainly: blue. Hex color #37464C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37464C is #C8B9B3. Grayscale: #424242. Windows color (decimal): -13154740 or 4998711. OLE color: 4998711.

HSL color Cylindrical-coordinate representation of color #37464C: hue angle of 197.14º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #37464C is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB557076-
CMYK0.280.0800.70
HSL197.14º16.03%25.69%-
HSV(B)197.14º27.63%29.8%-
XYZ5.075.717.67-
YUV66.2133.53120.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.36%
GREEN value IS 70 (27.73% from 255) = 34.83%
BLUE value IS 76 (30.08% from 255) = 37.81%
R=27.36%
G=34.83%
B=37.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5570760.280.0800.70197.1416.0325.69
Hex37464C1C8046c5101a
Octal67106114341001063052032
Binary1101111000110100110011100100001000110110001011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37464C; }

 p { color: rgb(55,70,76); }

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

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

 a { background-color: rgb(55,70,76); }

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

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

 span { border-color: rgb(55,70,76); }

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