#37384C

Color #37384C Payne's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Payne's Grey #37384C

Tints of Payne's Grey #37384C

Color information

#37384C (or 0x37384C) is unknown color: approx Payne's Grey. HEX triplet: 37, 38 and 4C. RGB value is (55,56,76). Sum of RGB (Red+Green+Blue) = 55+56+76=187 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.41% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 76 - color contains mainly: blue. Hex color #37384C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37384C is #C8C7B3. Grayscale: #393939. Windows color (decimal): -13158324 or 4995127. OLE color: 4995127.

HSL color Cylindrical-coordinate representation of color #37384C: hue angle of 237.14º 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 #37384C is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB555676-
CMYK0.280.2600.70
HSL237.14º16.03%25.69%-
HSV(B)237.14º27.63%29.8%-
XYZ4.294.167.41-
YUV57.98138.17125.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.41%
GREEN value IS 56 (22.27% from 255) = 29.95%
BLUE value IS 76 (30.08% from 255) = 40.64%
R=29.41%
G=29.95%
B=40.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5556760.280.2600.70237.1416.0325.69
Hex37384C1C1A046ed101a
Octal6770114343201063552032
Binary1101111110001001100111001101001000110111011011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37384C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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