Html Css Color HEX #393C4E Payne's Grey

📋 copy color: '#393C4E'

red 57 ◦ green 60 ◦ blue 78

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

Shades of Payne's Grey #393C4E

Tints of Payne's Grey #393C4E

RGB

 RED value IS 57 (22.66% from 255) = 29.23%

 GREEN value IS 60 (23.83% from 255) = 30.77%

 BLUE value IS 78 (30.86% from 255) = 40%

R = 29.23%
G = 30.77%
B = 40%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#393C4E (or 0x393C4E) is known color: Payne's Grey. HEX triplet: 39, 3C and 4E. RGB value is (57,60,78). Sum of RGB (Red+Green+Blue) = 57+60+78=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 78 - color contains mainly: blue. Hex color #393C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393C4E is #C6C3B1. Grayscale: #3D3D3D. Windows color (decimal): -13026226 or 5127225. OLE color: 5127225.

HSL color Cylindrical-coordinate representation of color #393C4E: hue angle of 231.43º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #393C4E is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 60 78 -
CMYK 0.27 0.23 0 0.69
HSL 231.43º 0.16% 0.26% -
HSV(B) 231.43º 0.27% 0.31% -
XYZ 4.68 4.65 7.86 -
YUV 61.16 137.51 125.04 -
System Red Green Blue C M Y K H S L
Decimal 57 60 78 0.27 0.23 0 0.69 231.43 0.16 0.26
Hex 39 3C 4E 1B 17 0 45 E7 10 1A
Octal 71 74 116 33 27 0 105 347 20 32
Binary 111001 111100 1001110 11011 10111 0 1000101 11100111 10000 11010

Color Harmonies of #393C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393C4E

Black with #393C4E

Text Example


Text Example

White with #393C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393C4E; }

 p { color: rgb(57,60,78); }

 H1.HeaderClassName
 {
   color: #393C4E;
 }
 .AnyTagClassName
 {
   color: #393C4E;
 }
</style>

background-color css

<style>
 a { background-color: #393C4E; }

 a { background-color: rgb(57,60,78); }

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

border-color css

<style>
 span { border-color: #393C4E; }

 span { border-color: rgb(57,60,78); }

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