#373754

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

Shades of Payne's Grey #373754

Tints of Payne's Grey #373754

Color information

#373754 (or 0x373754) is unknown color: approx Payne's Grey. HEX triplet: 37, 37 and 54. RGB value is (55,55,84). Sum of RGB (Red+Green+Blue) = 55+55+84=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 84 (33.20% from 255 or 43.30% from 194); Max value from RGB is 84 - color contains mainly: blue. Hex color #373754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373754 is #C8C8AB. Grayscale: #3A3A3A. Windows color (decimal): -13158572 or 5519159. OLE color: 5519159.

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

Color convert

RGB555584-
CMYK0.350.3500.67
HSL240º20.86%27.25%-
HSV(B)240º34.52%32.94%-
XYZ4.544.188.96-
YUV58.31142.5125.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.35%
GREEN value IS 55 (21.88% from 255) = 28.35%
BLUE value IS 84 (33.20% from 255) = 43.30%
R=28.35%
G=28.35%
B=43.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5555840.350.3500.6724020.8627.25
Hex3737542323043f0151b
Octal6767124434301033602533
Binary110111110111101010010001110001101000011111100001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373754; }

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

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

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

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

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

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

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

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