Html Css Color HEX #3F4057 Payne's Grey

📋 copy color: '#3F4057'

red 63 ◦ green 64 ◦ blue 87

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

Shades of Payne's Grey #3F4057

Tints of Payne's Grey #3F4057

RGB

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

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

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

R = 29.44%
G = 29.91%
B = 40.65%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#3F4057 (or 0x3F4057) is known color: Payne's Grey. HEX triplet: 3F, 40 and 57. RGB value is (63,64,87). Sum of RGB (Red+Green+Blue) = 63+64+87=214 (28% of max value = 765). Red value is 63 (25% from 255 or 29.44% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 87 (34.38% from 255 or 40.65% from 214); Max value from RGB is 87 - color contains mainly: blue. Hex color #3F4057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4057 is #C0BFA8. Grayscale: #424242. Windows color (decimal): -12631977 or 5718079. OLE color: 5718079.

HSL color Cylindrical-coordinate representation of color #3F4057: hue angle of 237.5º 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 #3F4057 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 63 64 87 -
CMYK 0.28 0.26 0 0.66
HSL 237.5º 0.16% 0.29% -
HSV(B) 237.5º 0.28% 0.34% -
XYZ 5.6 5.41 9.77 -
YUV 66.32 139.67 125.63 -
System Red Green Blue C M Y K H S L
Decimal 63 64 87 0.28 0.26 0 0.66 237.5 0.16 0.29
Hex 3F 40 57 1C 1A 0 42 EE 10 1D
Octal 77 100 127 34 32 0 102 356 20 35
Binary 111111 1000000 1010111 11100 11010 0 1000010 11101110 10000 11101

Color Harmonies of #3F4057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4057

Black with #3F4057

Text Example


Text Example

White with #3F4057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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