Html Css Color HEX #36374D Payne's Grey

📋 copy color: '#36374D'

red 54 ◦ green 55 ◦ blue 77

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

Shades of Payne's Grey #36374D

Tints of Payne's Grey #36374D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.57%

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

R = 29.03%
G = 29.57%
B = 41.4%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#36374D (or 0x36374D) is known color: Payne's Grey. HEX triplet: 36, 37 and 4D. RGB value is (54,55,77). Sum of RGB (Red+Green+Blue) = 54+55+77=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 77 - color contains mainly: blue. Hex color #36374D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36374D is #C9C8B2. Grayscale: #393939. Windows color (decimal): -13224115 or 5060406. OLE color: 5060406.

HSL color Cylindrical-coordinate representation of color #36374D: hue angle of 237.39º 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 #36374D is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 54 55 77 -
CMYK 0.30 0.29 0 0.70
HSL 237.39º 0.18% 0.26% -
HSV(B) 237.39º 0.3% 0.3% -
XYZ 4.23 4.05 7.58 -
YUV 57.21 139.17 125.71 -
System Red Green Blue C M Y K H S L
Decimal 54 55 77 0.30 0.29 0 0.70 237.39 0.18 0.26
Hex 36 37 4D 1E 1D 0 46 ED 12 1A
Octal 66 67 115 36 35 0 106 355 22 32
Binary 110110 110111 1001101 11110 11101 0 1000110 11101101 10010 11010

Color Harmonies of #36374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36374D

Black with #36374D

Text Example


Text Example

White with #36374D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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