Html Css Color HEX #36384D Payne's Grey

📋 copy color: '#36384D'

red 54 ◦ green 56 ◦ blue 77

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

Shades of Payne's Grey #36384D

Tints of Payne's Grey #36384D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.95%

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

R = 28.88%
G = 29.95%
B = 41.18%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#36384D (or 0x36384D) is known color: Payne's Grey. HEX triplet: 36, 38 and 4D. RGB value is (54,56,77). Sum of RGB (Red+Green+Blue) = 54+56+77=187 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.88% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 77 - color contains mainly: blue. Hex color #36384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36384D is #C9C7B2. Grayscale: #393939. Windows color (decimal): -13223859 or 5060662. OLE color: 5060662.

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

Color convert

RGB 54 56 77 -
CMYK 0.30 0.27 0 0.70
HSL 234.78º 0.18% 0.26% -
HSV(B) 234.78º 0.3% 0.3% -
XYZ 4.28 4.15 7.6 -
YUV 57.8 138.84 125.29 -
System Red Green Blue C M Y K H S L
Decimal 54 56 77 0.30 0.27 0 0.70 234.78 0.18 0.26
Hex 36 38 4D 1E 1B 0 46 EB 12 1A
Octal 66 70 115 36 33 0 106 353 22 32
Binary 110110 111000 1001101 11110 11011 0 1000110 11101011 10010 11010

Color Harmonies of #36384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36384D

Black with #36384D

Text Example


Text Example

White with #36384D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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