#3B3950

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

Shades of Payne's Grey #3B3950

Tints of Payne's Grey #3B3950

Color information

#3B3950 (or 0x3B3950) is unknown color: approx Payne's Grey. HEX triplet: 3B, 39 and 50. RGB value is (59,57,80). Sum of RGB (Red+Green+Blue) = 59+57+80=196 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.10% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 80 - color contains mainly: blue. Hex color #3B3950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3950 is #C4C6AF. Grayscale: #3C3C3C. Windows color (decimal): -12895920 or 5257531. OLE color: 5257531.

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

Color convert

RGB595780-
CMYK0.260.2900.69
HSL245.22º16.79%26.86%-
HSV(B)245.22º28.75%31.37%-
XYZ4.714.448.2-
YUV60.22139.16127.13-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.10%
GREEN value IS 57 (22.66% from 255) = 29.08%
BLUE value IS 80 (31.64% from 255) = 40.82%
R=30.10%
G=29.08%
B=40.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5957800.260.2900.69245.2216.7926.86
Hex3B39501A1D045f5111b
Octal7371120323501053652133
Binary1110111110011010000110101110101000101111101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,57,80); }

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

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

 a { background-color: rgb(59,57,80); }

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

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

 span { border-color: rgb(59,57,80); }

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