Html Css Color HEX #3E4051 Payne's Grey

📋 copy color: '#3E4051'

red 62 ◦ green 64 ◦ blue 81

#3E4051
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Payne's Grey #3E4051

Tints of Payne's Grey #3E4051

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 value IS 0.23

 M value IS 0.21

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3E4051 (or 0x3E4051) is known color: 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

RGB 62 64 81 -
CMYK 0.23 0.21 0 0.68
HSL 233.68º 0.13% 0.28% -
HSV(B) 233.68º 0.23% 0.32% -
XYZ 5.31 5.29 8.53 -
YUV 65.34 136.84 125.62 -
System Red Green Blue C M Y K H S L
Decimal 62 64 81 0.23 0.21 0 0.68 233.68 0.13 0.28
Hex 3E 40 51 17 15 0 44 EA D 1C
Octal 76 100 121 27 25 0 104 352 15 34
Binary 111110 1000000 1010001 10111 10101 0 1000100 11101010 1101 11100

Color Harmonies of #3E4051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4051

Black with #3E4051

Text Example


Text Example

White with #3E4051

Text Example


Text Example

HTML Codes & Css Web 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>