#3B394F

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

Shades of Payne's Grey #3B394F

Tints of Payne's Grey #3B394F

Color information

#3B394F (or 0x3B394F) is unknown color: approx Payne's Grey. HEX triplet: 3B, 39 and 4F. RGB value is (59,57,79). Sum of RGB (Red+Green+Blue) = 59+57+79=195 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.26% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 79 - color contains mainly: blue. Hex color #3B394F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B394F is #C4C6B0. Grayscale: #3C3C3C. Windows color (decimal): -12895921 or 5191995. OLE color: 5191995.

HSL color Cylindrical-coordinate representation of color #3B394F: hue angle of 245.45º 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 #3B394F is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB595779-
CMYK0.250.2800.69
HSL245.45º16.18%26.67%-
HSV(B)245.45º27.85%30.98%-
XYZ4.684.428-
YUV60.11138.66127.21-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.26%
GREEN value IS 57 (22.66% from 255) = 29.23%
BLUE value IS 79 (31.25% from 255) = 40.51%
R=30.26%
G=29.23%
B=40.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5957790.250.2800.69245.4516.1826.67
Hex3B394F191C045f5101b
Octal7371117313401053652033
Binary1110111110011001111110011110001000101111101011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B394F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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