#37454B

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

Shades of Big Stone #37454B

Tints of Big Stone #37454B

Color information

#37454B (or 0x37454B) is unknown color: approx Big Stone. HEX triplet: 37, 45 and 4B. RGB value is (55,69,75). Sum of RGB (Red+Green+Blue) = 55+69+75=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 75 - color contains mainly: blue. Hex color #37454B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37454B is #C8BAB4. Grayscale: #414141. Windows color (decimal): -13154997 or 4932919. OLE color: 4932919.

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

Color convert

RGB556975-
CMYK0.270.0800.71
HSL198º15.38%25.49%-
HSV(B)198º26.67%29.41%-
XYZ4.975.587.47-
YUV65.5133.36120.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.64%
GREEN value IS 69 (27.34% from 255) = 34.67%
BLUE value IS 75 (29.69% from 255) = 37.69%
R=27.64%
G=34.67%
B=37.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5569750.270.0800.7119815.3825.49
Hex37454B1B8047c6f19
Octal67105113331001073061731
Binary110111100010110010111101110000100011111000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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