#37474B

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

Shades of Big Stone #37474B

Tints of Big Stone #37474B

Color information

#37474B (or 0x37474B) is unknown color: approx Big Stone. HEX triplet: 37, 47 and 4B. RGB value is (55,71,75). Sum of RGB (Red+Green+Blue) = 55+71+75=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 75 - color contains mainly: blue. Hex color #37474B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37474B is #C8B8B4. Grayscale: #424242. Windows color (decimal): -13154485 or 4933431. OLE color: 4933431.

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

Color convert

RGB557175-
CMYK0.270.0500.71
HSL192º15.38%25.49%-
HSV(B)192º26.67%29.41%-
XYZ5.15.837.51-
YUV66.67132.7119.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.36%
GREEN value IS 71 (28.12% from 255) = 35.32%
BLUE value IS 75 (29.69% from 255) = 37.31%
R=27.36%
G=35.32%
B=37.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5571750.270.0500.7119215.3825.49
Hex37474B1B5047c0f19
Octal6710711333501073001731
Binary11011110001111001011110111010100011111000000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37474B; }

 p { color: rgb(55,71,75); }

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

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

 a { background-color: rgb(55,71,75); }

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

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

 span { border-color: rgb(55,71,75); }

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