#3E4057

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

Shades of Payne's Grey #3E4057

Tints of Payne's Grey #3E4057

Color information

#3E4057 (or 0x3E4057) is unknown color: approx Payne's Grey. HEX triplet: 3E, 40 and 57. RGB value is (62,64,87). Sum of RGB (Red+Green+Blue) = 62+64+87=213 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.11% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 87 - color contains mainly: blue. Hex color #3E4057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4057 is #C1BFA8. Grayscale: #414141. Windows color (decimal): -12697513 or 5718078. OLE color: 5718078.

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

Color convert

RGB626487-
CMYK0.290.2600.66
HSL235.2º16.78%29.22%-
HSV(B)235.2º28.74%34.12%-
XYZ5.545.389.76-
YUV66.02139.84125.13-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.11%
GREEN value IS 64 (25.39% from 255) = 30.05%
BLUE value IS 87 (34.38% from 255) = 40.85%
R=29.11%
G=30.05%
B=40.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6264870.290.2600.66235.216.7829.22
Hex3E40571D1A042eb111d
Octal76100127353201023532135
Binary11111010000001010111111011101001000010111010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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