#373A51

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

Shades of Payne's Grey #373A51

Tints of Payne's Grey #373A51

Color information

#373A51 (or 0x373A51) is unknown color: approx Payne's Grey. HEX triplet: 37, 3A and 51. RGB value is (55,58,81). Sum of RGB (Red+Green+Blue) = 55+58+81=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 81 - color contains mainly: blue. Hex color #373A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373A51 is #C8C5AE. Grayscale: #3B3B3B. Windows color (decimal): -13157807 or 5323319. OLE color: 5323319.

HSL color Cylindrical-coordinate representation of color #373A51: hue angle of 233.08º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #373A51 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB555881-
CMYK0.320.2800.68
HSL233.08º19.12%26.67%-
HSV(B)233.08º32.1%31.76%-
XYZ4.574.438.4-
YUV59.72140.01124.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.35%
GREEN value IS 58 (23.05% from 255) = 29.90%
BLUE value IS 81 (32.03% from 255) = 41.75%
R=28.35%
G=29.90%
B=41.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5558810.320.2800.68233.0819.1226.67
Hex373A51201C044e9131b
Octal6772121403401043512333
Binary11011111101010100011000001110001000100111010011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373A51; }

 p { color: rgb(55,58,81); }

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

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

 a { background-color: rgb(55,58,81); }

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

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

 span { border-color: rgb(55,58,81); }

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