#3E4051

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

Shades of Payne's Grey #3E4051

Tints of Payne's Grey #3E4051

Color information

#3E4051 (or 0x3E4051) is unknown color: approx Payne's Grey. HEX triplet: 3E, 40 and 51. RGB value is (62,64,81). Sum of RGB (Red+Green+Blue) = 62+64+81=207 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.95% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 81 (32.03% from 255 or 39.13% from 207); Max value from RGB is 81 - color contains mainly: blue. Hex color #3E4051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4051 is #C1BFAE. Grayscale: #414141. Windows color (decimal): -12697519 or 5324862. OLE color: 5324862.

HSL color Cylindrical-coordinate representation of color #3E4051: hue angle of 233.68º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3E4051 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB626481-
CMYK0.230.2100.68
HSL233.68º13.29%28.04%-
HSV(B)233.68º23.46%31.76%-
XYZ5.315.298.53-
YUV65.34136.84125.62-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.95%
GREEN value IS 64 (25.39% from 255) = 30.92%
BLUE value IS 81 (32.03% from 255) = 39.13%
R=29.95%
G=30.92%
B=39.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6264810.230.2100.68233.6813.2928.04
Hex3E40511715044ead1c
Octal76100121272501043521534
Binary1111101000000101000110111101010100010011101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,64,81); }

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

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

 a { background-color: rgb(62,64,81); }

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

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

 span { border-color: rgb(62,64,81); }

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