#3A394C

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

Shades of Payne's Grey #3A394C

Tints of Payne's Grey #3A394C

Color information

#3A394C (or 0x3A394C) is unknown color: approx Payne's Grey. HEX triplet: 3A, 39 and 4C. RGB value is (58,57,76). Sum of RGB (Red+Green+Blue) = 58+57+76=191 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.37% from 191); Green value is 57 (22.66% from 255 or 29.84% from 191); Blue value is 76 (30.08% from 255 or 39.79% from 191); Max value from RGB is 76 - color contains mainly: blue. Hex color #3A394C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A394C is #C5C6B3. Grayscale: #3B3B3B. Windows color (decimal): -12961460 or 4995386. OLE color: 4995386.

HSL color Cylindrical-coordinate representation of color #3A394C: hue angle of 243.16º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3A394C is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB585776-
CMYK0.240.2500.70
HSL243.16º14.29%26.08%-
HSV(B)243.16º25%29.8%-
XYZ4.514.357.44-
YUV59.46137.33126.96-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.37%
GREEN value IS 57 (22.66% from 255) = 29.84%
BLUE value IS 76 (30.08% from 255) = 39.79%
R=30.37%
G=29.84%
B=39.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5857760.240.2500.70243.1614.2926.08
Hex3A394C1819046f3e1a
Octal7271114303101063631632
Binary111010111001100110011000110010100011011110011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A394C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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