Html Css Color HEX #3E4057 Payne's Grey

📋 copy color: '#3E4057'

red 62 ◦ green 64 ◦ blue 87

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

Shades of Payne's Grey #3E4057

Tints of Payne's Grey #3E4057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 40.85%

R = 29.11%
G = 30.05%
B = 40.85%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#3E4057 (or 0x3E4057) is known color: Payne's Grey. HEX triplet: 3E, 40 and 57. RGB value is (62,64,87). Sum of RGB (Red+Green+Blue) = 62+64+87=213 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.11% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 87 - color contains mainly: blue. Hex color #3E4057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4057 is #C1BFA8. Grayscale: #414141. Windows color (decimal): -12697513 or 5718078. OLE color: 5718078.

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

Color convert

RGB 62 64 87 -
CMYK 0.29 0.26 0 0.66
HSL 235.2º 0.17% 0.29% -
HSV(B) 235.2º 0.29% 0.34% -
XYZ 5.54 5.38 9.76 -
YUV 66.02 139.84 125.13 -
System Red Green Blue C M Y K H S L
Decimal 62 64 87 0.29 0.26 0 0.66 235.2 0.17 0.29
Hex 3E 40 57 1D 1A 0 42 EB 11 1D
Octal 76 100 127 35 32 0 102 353 21 35
Binary 111110 1000000 1010111 11101 11010 0 1000010 11101011 10001 11101

Color Harmonies of #3E4057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4057

Black with #3E4057

Text Example


Text Example

White with #3E4057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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