Html Css Color HEX #393B4E Payne's Grey

📋 copy color: '#393B4E'

red 57 ◦ green 59 ◦ blue 78

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

Shades of Payne's Grey #393B4E

Tints of Payne's Grey #393B4E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 30.41%

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

R = 29.38%
G = 30.41%
B = 40.21%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#393B4E (or 0x393B4E) is known color: Payne's Grey. HEX triplet: 39, 3B and 4E. RGB value is (57,59,78). Sum of RGB (Red+Green+Blue) = 57+59+78=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 78 - color contains mainly: blue. Hex color #393B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393B4E is #C6C4B1. Grayscale: #3C3C3C. Windows color (decimal): -13026482 or 5126969. OLE color: 5126969.

HSL color Cylindrical-coordinate representation of color #393B4E: hue angle of 234.29º 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 #393B4E is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 59 78 -
CMYK 0.27 0.24 0 0.69
HSL 234.29º 0.16% 0.26% -
HSV(B) 234.29º 0.27% 0.31% -
XYZ 4.63 4.55 7.84 -
YUV 60.57 137.84 125.46 -
System Red Green Blue C M Y K H S L
Decimal 57 59 78 0.27 0.24 0 0.69 234.29 0.16 0.26
Hex 39 3B 4E 1B 18 0 45 EA 10 1A
Octal 71 73 116 33 30 0 105 352 20 32
Binary 111001 111011 1001110 11011 11000 0 1000101 11101010 10000 11010

Color Harmonies of #393B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393B4E

Black with #393B4E

Text Example


Text Example

White with #393B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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