Html Css Color HEX #3E3F59 Payne's Grey

📋 copy color: '#3E3F59'

red 62 ◦ green 63 ◦ blue 89

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

Shades of Payne's Grey #3E3F59

Tints of Payne's Grey #3E3F59

RGB

 RED value IS 62 (24.61% from 255) = 28.97%

 GREEN value IS 63 (25% from 255) = 29.44%

 BLUE value IS 89 (35.16% from 255) = 41.59%

R = 28.97%
G = 29.44%
B = 41.59%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3E3F59 (or 0x3E3F59) is known color: Payne's Grey. HEX triplet: 3E, 3F and 59. RGB value is (62,63,89). Sum of RGB (Red+Green+Blue) = 62+63+89=214 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.97% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 89 - color contains mainly: blue. Hex color #3E3F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3F59 is #C1C0A6. Grayscale: #414141. Windows color (decimal): -12697767 or 5848894. OLE color: 5848894.

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

Color convert

RGB 62 63 89 -
CMYK 0.30 0.29 0 0.65
HSL 237.78º 0.18% 0.3% -
HSV(B) 237.78º 0.3% 0.35% -
XYZ 5.57 5.3 10.18 -
YUV 65.67 141.17 125.39 -
System Red Green Blue C M Y K H S L
Decimal 62 63 89 0.30 0.29 0 0.65 237.78 0.18 0.3
Hex 3E 3F 59 1E 1D 0 41 EE 12 1E
Octal 76 77 131 36 35 0 101 356 22 36
Binary 111110 111111 1011001 11110 11101 0 1000001 11101110 10010 11110

Color Harmonies of #3E3F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3F59

Black with #3E3F59

Text Example


Text Example

White with #3E3F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,63,89); }

 H1.HeaderClassName
 {
   color: #3E3F59;
 }
 .AnyTagClassName
 {
   color: #3E3F59;
 }
</style>

background-color css

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

 a { background-color: rgb(62,63,89); }

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

border-color css

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

 span { border-color: rgb(62,63,89); }

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