#3A3C50

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

Shades of Payne's Grey #3A3C50

Tints of Payne's Grey #3A3C50

Color information

#3A3C50 (or 0x3A3C50) is unknown color: approx Payne's Grey. HEX triplet: 3A, 3C and 50. RGB value is (58,60,80). Sum of RGB (Red+Green+Blue) = 58+60+80=198 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.29% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 80 - color contains mainly: blue. Hex color #3A3C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3C50 is #C5C3AF. Grayscale: #3D3D3D. Windows color (decimal): -12960688 or 5258298. OLE color: 5258298.

HSL color Cylindrical-coordinate representation of color #3A3C50: hue angle of 234.55º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3A3C50 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB586080-
CMYK0.280.2500.69
HSL234.55º15.94%27.06%-
HSV(B)234.55º27.5%31.37%-
XYZ4.814.718.25-
YUV61.68138.34125.37-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.29%
GREEN value IS 60 (23.83% from 255) = 30.30%
BLUE value IS 80 (31.64% from 255) = 40.40%
R=29.29%
G=30.30%
B=40.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5860800.280.2500.69234.5515.9427.06
Hex3A3C501C19045eb101b
Octal7274120343101053532033
Binary1110101111001010000111001100101000101111010111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,60,80); }

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

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

 a { background-color: rgb(58,60,80); }

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

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

 span { border-color: rgb(58,60,80); }

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