#374248

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

Shades of Big Stone #374248

Tints of Big Stone #374248

Color information

#374248 (or 0x374248) is unknown color: approx Big Stone. HEX triplet: 37, 42 and 48. RGB value is (55,66,72). Sum of RGB (Red+Green+Blue) = 55+66+72=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 72 - color contains mainly: blue. Hex color #374248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374248 is #C8BDB7. Grayscale: #3F3F3F. Windows color (decimal): -13155768 or 4735543. OLE color: 4735543.

HSL color Cylindrical-coordinate representation of color #374248: hue angle of 201.18º degrees, saturation: 0.13, 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 #374248 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB556672-
CMYK0.240.0800.72
HSL201.18º13.39%24.9%-
HSV(B)201.18º23.61%28.24%-
XYZ4.695.186.88-
YUV63.4132.86122.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.50%
GREEN value IS 66 (26.17% from 255) = 34.20%
BLUE value IS 72 (28.52% from 255) = 37.31%
R=28.50%
G=34.20%
B=37.31%

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
Decimal5566720.240.0800.72201.1813.3924.9
Hex374248188048c9d19
Octal67102110301001103111531
Binary110111100001010010001100010000100100011001001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374248; }

 p { color: rgb(55,66,72); }

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

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

 a { background-color: rgb(55,66,72); }

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

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

 span { border-color: rgb(55,66,72); }

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