Html Css Color HEX #36394D Payne's Grey

📋 copy color: '#36394D'

red 54 ◦ green 57 ◦ blue 77

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

Shades of Payne's Grey #36394D

Tints of Payne's Grey #36394D

RGB

 RED value IS 54 (21.48% from 255) = 28.72%

 GREEN value IS 57 (22.66% from 255) = 30.32%

 BLUE value IS 77 (30.47% from 255) = 40.96%

R = 28.72%
G = 30.32%
B = 40.96%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#36394D (or 0x36394D) is known color: Payne's Grey. HEX triplet: 36, 39 and 4D. RGB value is (54,57,77). Sum of RGB (Red+Green+Blue) = 54+57+77=188 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.72% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 77 - color contains mainly: blue. Hex color #36394D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36394D is #C9C6B2. Grayscale: #3A3A3A. Windows color (decimal): -13223603 or 5060918. OLE color: 5060918.

HSL color Cylindrical-coordinate representation of color #36394D: hue angle of 232.17º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #36394D is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 54 57 77 -
CMYK 0.30 0.26 0 0.70
HSL 232.17º 0.18% 0.26% -
HSV(B) 232.17º 0.3% 0.3% -
XYZ 4.32 4.25 7.61 -
YUV 58.38 138.51 124.87 -
System Red Green Blue C M Y K H S L
Decimal 54 57 77 0.30 0.26 0 0.70 232.17 0.18 0.26
Hex 36 39 4D 1E 1A 0 46 E8 12 1A
Octal 66 71 115 36 32 0 106 350 22 32
Binary 110110 111001 1001101 11110 11010 0 1000110 11101000 10010 11010

Color Harmonies of #36394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36394D

Black with #36394D

Text Example


Text Example

White with #36394D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36394D; }

 p { color: rgb(54,57,77); }

 H1.HeaderClassName
 {
   color: #36394D;
 }
 .AnyTagClassName
 {
   color: #36394D;
 }
</style>

background-color css

<style>
 a { background-color: #36394D; }

 a { background-color: rgb(54,57,77); }

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

border-color css

<style>
 span { border-color: #36394D; }

 span { border-color: rgb(54,57,77); }

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