#373654

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

Shades of Payne's Grey #373654

Tints of Payne's Grey #373654

Color information

#373654 (or 0x373654) is unknown color: approx Payne's Grey. HEX triplet: 37, 36 and 54. RGB value is (55,54,84). Sum of RGB (Red+Green+Blue) = 55+54+84=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 54 (21.48% from 255 or 27.98% from 193); Blue value is 84 (33.20% from 255 or 43.52% from 193); Max value from RGB is 84 - color contains mainly: blue. Hex color #373654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373654 is #C8C9AB. Grayscale: #393939. Windows color (decimal): -13158828 or 5518903. OLE color: 5518903.

HSL color Cylindrical-coordinate representation of color #373654: hue angle of 242º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #373654 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB555484-
CMYK0.350.3600.67
HSL242º21.74%27.06%-
HSV(B)242º35.71%32.94%-
XYZ4.494.098.94-
YUV57.72142.83126.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.50%
GREEN value IS 54 (21.48% from 255) = 27.98%
BLUE value IS 84 (33.20% from 255) = 43.52%
R=28.50%
G=27.98%
B=43.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5554840.350.3600.6724221.7427.06
Hex3736542324043f2161b
Octal6766124434401033622633
Binary110111110110101010010001110010001000011111100101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373654; }

 p { color: rgb(55,54,84); }

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

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

 a { background-color: rgb(55,54,84); }

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

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

 span { border-color: rgb(55,54,84); }

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