Html Css Color HEX #3E404F Payne's Grey

📋 copy color: '#3E404F'

red 62 ◦ green 64 ◦ blue 79

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

Shades of Payne's Grey #3E404F

Tints of Payne's Grey #3E404F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.22%

 BLUE value IS 79 (31.25% from 255) = 38.54%

R = 30.24%
G = 31.22%
B = 38.54%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3E404F (or 0x3E404F) is known color: Payne's Grey. HEX triplet: 3E, 40 and 4F. RGB value is (62,64,79). Sum of RGB (Red+Green+Blue) = 62+64+79=205 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.24% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 79 - color contains mainly: blue. Hex color #3E404F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E404F is #C1BFB0. Grayscale: #414141. Windows color (decimal): -12697521 or 5193790. OLE color: 5193790.

HSL color Cylindrical-coordinate representation of color #3E404F: hue angle of 232.94º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3E404F is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 62 64 79 -
CMYK 0.22 0.19 0 0.69
HSL 232.94º 0.12% 0.28% -
HSV(B) 232.94º 0.22% 0.31% -
XYZ 5.23 5.26 8.14 -
YUV 65.11 135.84 125.78 -
System Red Green Blue C M Y K H S L
Decimal 62 64 79 0.22 0.19 0 0.69 232.94 0.12 0.28
Hex 3E 40 4F 16 13 0 45 E9 C 1C
Octal 76 100 117 26 23 0 105 351 14 34
Binary 111110 1000000 1001111 10110 10011 0 1000101 11101001 1100 11100

Color Harmonies of #3E404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E404F

Black with #3E404F

Text Example


Text Example

White with #3E404F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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