#374349

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

Shades of Big Stone #374349

Tints of Big Stone #374349

Color information

#374349 (or 0x374349) is unknown color: approx Big Stone. HEX triplet: 37, 43 and 49. RGB value is (55,67,73). Sum of RGB (Red+Green+Blue) = 55+67+73=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 73 - color contains mainly: blue. Hex color #374349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374349 is #C8BCB6. Grayscale: #404040. Windows color (decimal): -13155511 or 4801335. OLE color: 4801335.

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

Color convert

RGB556773-
CMYK0.250.0800.71
HSL200º14.06%25.1%-
HSV(B)200º24.66%28.63%-
XYZ4.795.317.08-
YUV64.1133.02121.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.21%
GREEN value IS 67 (26.56% from 255) = 34.36%
BLUE value IS 73 (28.91% from 255) = 37.44%
R=28.21%
G=34.36%
B=37.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5567730.250.0800.7120014.0625.1
Hex374349198047c8e19
Octal67103111311001073101631
Binary110111100001110010011100110000100011111001000111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374349; }

 p { color: rgb(55,67,73); }

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

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

 a { background-color: rgb(55,67,73); }

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

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

 span { border-color: rgb(55,67,73); }

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