Html Css Color HEX #36394C Payne's Grey

📋 copy color: '#36394C'

red 54 ◦ green 57 ◦ blue 76

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

Shades of Payne's Grey #36394C

Tints of Payne's Grey #36394C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 40.64%

R = 28.88%
G = 30.48%
B = 40.64%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#36394C (or 0x36394C) is known color: Payne's Grey. HEX triplet: 36, 39 and 4C. RGB value is (54,57,76). Sum of RGB (Red+Green+Blue) = 54+57+76=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 76 - color contains mainly: blue. Hex color #36394C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36394C is #C9C6B3. Grayscale: #3A3A3A. Windows color (decimal): -13223604 or 4995382. OLE color: 4995382.

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

Color convert

RGB 54 57 76 -
CMYK 0.29 0.25 0 0.70
HSL 231.82º 0.17% 0.25% -
HSV(B) 231.82º 0.29% 0.3% -
XYZ 4.29 4.23 7.43 -
YUV 58.27 138.01 124.96 -
System Red Green Blue C M Y K H S L
Decimal 54 57 76 0.29 0.25 0 0.70 231.82 0.17 0.25
Hex 36 39 4C 1D 19 0 46 E8 11 19
Octal 66 71 114 35 31 0 106 350 21 31
Binary 110110 111001 1001100 11101 11001 0 1000110 11101000 10001 11001

Color Harmonies of #36394C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36394C

Black with #36394C

Text Example


Text Example

White with #36394C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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