#3E4058

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

Shades of Payne's Grey #3E4058

Tints of Payne's Grey #3E4058

Color information

#3E4058 (or 0x3E4058) is unknown color: approx Payne's Grey. HEX triplet: 3E, 40 and 58. RGB value is (62,64,88). Sum of RGB (Red+Green+Blue) = 62+64+88=214 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.97% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 88 - color contains mainly: blue. Hex color #3E4058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4058 is #C1BFA7. Grayscale: #424242. Windows color (decimal): -12697512 or 5783614. OLE color: 5783614.

HSL color Cylindrical-coordinate representation of color #3E4058: hue angle of 235.38º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3E4058 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB626488-
CMYK0.300.2700.65
HSL235.38º17.33%29.41%-
HSV(B)235.38º29.55%34.51%-
XYZ5.585.49.98-
YUV66.14140.34125.05-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.97%
GREEN value IS 64 (25.39% from 255) = 29.91%
BLUE value IS 88 (34.77% from 255) = 41.12%
R=28.97%
G=29.91%
B=41.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6264880.300.2700.65235.3817.3329.41
Hex3E40581E1B041eb111d
Octal76100130363301013532135
Binary11111010000001011000111101101101000001111010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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