Html Css Color HEX #374247 Big Stone

📋 copy color: '#374247'

red 55 ◦ green 66 ◦ blue 71

#374247
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Big Stone #374247

Tints of Big Stone #374247

RGB

 RED value IS 55 (21.88% from 255) = 28.65%

 GREEN value IS 66 (26.17% from 255) = 34.38%

 BLUE value IS 71 (28.13% from 255) = 36.98%

R = 28.65%
G = 34.38%
B = 36.98%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#374247 (or 0x374247) is known color: Big Stone. HEX triplet: 37, 42 and 47. RGB value is (55,66,71). Sum of RGB (Red+Green+Blue) = 55+66+71=192 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.65% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 71 - color contains mainly: blue. Hex color #374247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374247 is #C8BDB8. Grayscale: #3F3F3F. Windows color (decimal): -13155769 or 4670007. OLE color: 4670007.

HSL color Cylindrical-coordinate representation of color #374247: hue angle of 198.75º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #374247 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 55 66 71 -
CMYK 0.23 0.07 0 0.72
HSL 198.75º 0.13% 0.25% -
HSV(B) 198.75º 0.23% 0.28% -
XYZ 4.66 5.16 6.71 -
YUV 63.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 55 66 71 0.23 0.07 0 0.72 198.75 0.13 0.25
Hex 37 42 47 17 7 0 48 C7 D 19
Octal 67 102 107 27 7 0 110 307 15 31
Binary 110111 1000010 1000111 10111 111 0 1001000 11000111 1101 11001

Color Harmonies of #374247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374247

Black with #374247

Text Example


Text Example

White with #374247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374247; }

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

 H1.HeaderClassName
 {
   color: #374247;
 }
 .AnyTagClassName
 {
   color: #374247;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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