#37454C

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

Shades of Big Stone #37454C

Tints of Big Stone #37454C

Color information

#37454C (or 0x37454C) is unknown color: approx Big Stone. HEX triplet: 37, 45 and 4C. RGB value is (55,69,76). Sum of RGB (Red+Green+Blue) = 55+69+76=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 76 - color contains mainly: blue. Hex color #37454C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37454C is #C8BAB3. Grayscale: #414141. Windows color (decimal): -13154996 or 4998455. OLE color: 4998455.

HSL color Cylindrical-coordinate representation of color #37454C: hue angle of 200º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #37454C is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB556976-
CMYK0.280.0900.70
HSL200º16.03%25.69%-
HSV(B)200º27.63%29.8%-
XYZ5.015.597.65-
YUV65.61133.86120.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.5%
GREEN value IS 69 (27.34% from 255) = 34.5%
BLUE value IS 76 (30.08% from 255) = 38%
R=27.5%
G=34.5%
B=38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5569760.280.0900.7020016.0325.69
Hex37454C1C9046c8101a
Octal67105114341101063102032
Binary1101111000101100110011100100101000110110010001000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37454C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37454C; }

 p { color: rgb(55,69,76); }

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

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

 a { background-color: rgb(55,69,76); }

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

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

 span { border-color: rgb(55,69,76); }

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