#37464B

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

Shades of Big Stone #37464B

Tints of Big Stone #37464B

Color information

#37464B (or 0x37464B) is unknown color: approx Big Stone. HEX triplet: 37, 46 and 4B. RGB value is (55,70,75). Sum of RGB (Red+Green+Blue) = 55+70+75=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 75 - color contains mainly: blue. Hex color #37464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37464B is #C8B9B4. Grayscale: #424242. Windows color (decimal): -13154741 or 4933175. OLE color: 4933175.

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

Color convert

RGB557075-
CMYK0.270.0700.71
HSL195º15.38%25.49%-
HSV(B)195º26.67%29.41%-
XYZ5.045.77.49-
YUV66.08133.03120.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.5%
GREEN value IS 70 (27.73% from 255) = 35%
BLUE value IS 75 (29.69% from 255) = 37.5%
R=27.5%
G=35%
B=37.5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5570750.270.0700.7119515.3825.49
Hex37464B1B7047c3f19
Octal6710611333701073031731
Binary11011110001101001011110111110100011111000011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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