#3C3A4F

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

Shades of Payne's Grey #3C3A4F

Tints of Payne's Grey #3C3A4F

Color information

#3C3A4F (or 0x3C3A4F) is unknown color: approx Payne's Grey. HEX triplet: 3C, 3A and 4F. RGB value is (60,58,79). Sum of RGB (Red+Green+Blue) = 60+58+79=197 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.46% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 79 - color contains mainly: blue. Hex color #3C3A4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3A4F is #C3C5B0. Grayscale: #3C3C3C. Windows color (decimal): -12830129 or 5192252. OLE color: 5192252.

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

Color convert

RGB605879-
CMYK0.240.2700.69
HSL245.71º15.33%26.86%-
HSV(B)245.71º26.58%30.98%-
XYZ4.794.558.02-
YUV60.99138.16127.29-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.46%
GREEN value IS 58 (23.05% from 255) = 29.44%
BLUE value IS 79 (31.25% from 255) = 40.10%
R=30.46%
G=29.44%
B=40.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6058790.240.2700.69245.7115.3326.86
Hex3C3A4F181B045f6f1b
Octal7472117303301053661733
Binary111100111010100111111000110110100010111110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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