#3B3B50

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

Shades of Payne's Grey #3B3B50

Tints of Payne's Grey #3B3B50

Color information

#3B3B50 (or 0x3B3B50) is unknown color: approx Payne's Grey. HEX triplet: 3B, 3B and 50. RGB value is (59,59,80). Sum of RGB (Red+Green+Blue) = 59+59+80=198 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.80% from 198); Green value is 59 (23.44% from 255 or 29.80% 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 #3B3B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3B50 is #C4C4AF. Grayscale: #3D3D3D. Windows color (decimal): -12895408 or 5258043. OLE color: 5258043.

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

Color convert

RGB595980-
CMYK0.260.2600.69
HSL240º15.11%27.25%-
HSV(B)240º26.25%31.37%-
XYZ4.824.648.23-
YUV61.39138.5126.29-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.80%
GREEN value IS 59 (23.44% from 255) = 29.80%
BLUE value IS 80 (31.64% from 255) = 40.40%
R=29.80%
G=29.80%
B=40.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5959800.260.2600.6924015.1127.25
Hex3B3B501A1A045f0f1b
Octal7373120323201053601733
Binary111011111011101000011010110100100010111110000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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