Html Css Color HEX #3E3E56 Payne's Grey

📋 copy color: '#3E3E56'

red 62 ◦ green 62 ◦ blue 86

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

Shades of Payne's Grey #3E3E56

Tints of Payne's Grey #3E3E56

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.52%

 BLUE value IS 86 (33.98% from 255) = 40.95%

R = 29.52%
G = 29.52%
B = 40.95%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#3E3E56 (or 0x3E3E56) is known color: Payne's Grey. HEX triplet: 3E, 3E and 56. RGB value is (62,62,86). Sum of RGB (Red+Green+Blue) = 62+62+86=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 62 (24.61% from 255 or 29.52% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 86 - color contains mainly: blue. Hex color #3E3E56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3E56 is #C1C1A9. Grayscale: #404040. Windows color (decimal): -12698026 or 5652030. OLE color: 5652030.

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

Color convert

RGB 62 62 86 -
CMYK 0.28 0.28 0 0.66
HSL 240º 0.16% 0.29% -
HSV(B) 240º 0.28% 0.34% -
XYZ 5.39 5.14 9.51 -
YUV 64.74 140 126.05 -
System Red Green Blue C M Y K H S L
Decimal 62 62 86 0.28 0.28 0 0.66 240 0.16 0.29
Hex 3E 3E 56 1C 1C 0 42 F0 10 1D
Octal 76 76 126 34 34 0 102 360 20 35
Binary 111110 111110 1010110 11100 11100 0 1000010 11110000 10000 11101

Color Harmonies of #3E3E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3E56

Black with #3E3E56

Text Example


Text Example

White with #3E3E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,62,86); }

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

background-color css

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

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

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

border-color css

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

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

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