#3A3954

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

Shades of Payne's Grey #3A3954

Tints of Payne's Grey #3A3954

Color information

#3A3954 (or 0x3A3954) is unknown color: approx Payne's Grey. HEX triplet: 3A, 39 and 54. RGB value is (58,57,84). Sum of RGB (Red+Green+Blue) = 58+57+84=199 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.15% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 84 - color contains mainly: blue. Hex color #3A3954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3954 is #C5C6AB. Grayscale: #3C3C3C. Windows color (decimal): -12961452 or 5519674. OLE color: 5519674.

HSL color Cylindrical-coordinate representation of color #3A3954: hue angle of 242.22º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3A3954 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB585784-
CMYK0.310.3200.67
HSL242.22º19.15%27.65%-
HSV(B)242.22º32.14%32.94%-
XYZ4.814.479-
YUV60.38141.33126.3-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.15%
GREEN value IS 57 (22.66% from 255) = 28.64%
BLUE value IS 84 (33.20% from 255) = 42.21%
R=29.15%
G=28.64%
B=42.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5857840.310.3200.67242.2219.1527.65
Hex3A39541F20043f2131c
Octal7271124374001033622334
Binary11101011100110101001111110000001000011111100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A3954; }

 p { color: rgb(58,57,84); }

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

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

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

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

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

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

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