#373A4F

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

Shades of Payne's Grey #373A4F

Tints of Payne's Grey #373A4F

Color information

#373A4F (or 0x373A4F) is unknown color: approx Payne's Grey. HEX triplet: 37, 3A and 4F. RGB value is (55,58,79). Sum of RGB (Red+Green+Blue) = 55+58+79=192 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.65% from 192); Green value is 58 (23.05% from 255 or 30.21% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 79 - color contains mainly: blue. Hex color #373A4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373A4F is #C8C5B0. Grayscale: #3B3B3B. Windows color (decimal): -13157809 or 5192247. OLE color: 5192247.

HSL color Cylindrical-coordinate representation of color #373A4F: hue angle of 232.5º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #373A4F is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB555879-
CMYK0.300.2700.69
HSL232.5º17.91%26.27%-
HSV(B)232.5º30.38%30.98%-
XYZ4.54.48.01-
YUV59.5139.01124.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.65%
GREEN value IS 58 (23.05% from 255) = 30.21%
BLUE value IS 79 (31.25% from 255) = 41.15%
R=28.65%
G=30.21%
B=41.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5558790.300.2700.69232.517.9126.27
Hex373A4F1E1B045e8121a
Octal6772117363301053502232
Binary1101111110101001111111101101101000101111010001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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