Html Css Color HEX #3E3E52 Payne's Grey

📋 copy color: '#3E3E52'

red 62 ◦ green 62 ◦ blue 82

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

Shades of Payne's Grey #3E3E52

Tints of Payne's Grey #3E3E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 39.81%

R = 30.1%
G = 30.1%
B = 39.81%

CMYK

 C value IS 0.24

 M value IS 0.24

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3E3E52 (or 0x3E3E52) is known color: Payne's Grey. HEX triplet: 3E, 3E and 52. RGB value is (62,62,82). Sum of RGB (Red+Green+Blue) = 62+62+82=206 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.10% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 82 (32.42% from 255 or 39.81% from 206); Max value from RGB is 82 - color contains mainly: blue. Hex color #3E3E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3E52 is #C1C1AD. Grayscale: #404040. Windows color (decimal): -12698030 or 5389886. OLE color: 5389886.

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

Color convert

RGB 62 62 82 -
CMYK 0.24 0.24 0 0.68
HSL 240º 0.14% 0.28% -
HSV(B) 240º 0.24% 0.32% -
XYZ 5.23 5.08 8.69 -
YUV 64.28 138 126.37 -
System Red Green Blue C M Y K H S L
Decimal 62 62 82 0.24 0.24 0 0.68 240 0.14 0.28
Hex 3E 3E 52 18 18 0 44 F0 E 1C
Octal 76 76 122 30 30 0 104 360 16 34
Binary 111110 111110 1010010 11000 11000 0 1000100 11110000 1110 11100

Color Harmonies of #3E3E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3E52

Black with #3E3E52

Text Example


Text Example

White with #3E3E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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