Html Css Color HEX #3F4052 Payne's Grey

📋 copy color: '#3F4052'

red 63 ◦ green 64 ◦ blue 82

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

Shades of Payne's Grey #3F4052

Tints of Payne's Grey #3F4052

RGB

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

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

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

R = 30.14%
G = 30.62%
B = 39.23%

CMYK

 C value IS 0.23

 M value IS 0.22

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3F4052 (or 0x3F4052) is known color: Payne's Grey. HEX triplet: 3F, 40 and 52. RGB value is (63,64,82). Sum of RGB (Red+Green+Blue) = 63+64+82=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 82 - color contains mainly: blue. Hex color #3F4052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4052 is #C0BFAD. Grayscale: #414141. Windows color (decimal): -12631982 or 5390399. OLE color: 5390399.

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

Color convert

RGB 63 64 82 -
CMYK 0.23 0.22 0 0.68
HSL 236.84º 0.13% 0.28% -
HSV(B) 236.84º 0.23% 0.32% -
XYZ 5.41 5.33 8.73 -
YUV 65.75 137.17 126.04 -
System Red Green Blue C M Y K H S L
Decimal 63 64 82 0.23 0.22 0 0.68 236.84 0.13 0.28
Hex 3F 40 52 17 16 0 44 ED D 1C
Octal 77 100 122 27 26 0 104 355 15 34
Binary 111111 1000000 1010010 10111 10110 0 1000100 11101101 1101 11100

Color Harmonies of #3F4052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4052

Black with #3F4052

Text Example


Text Example

White with #3F4052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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