Html Css Color HEX #37364F Payne's Grey

📋 copy color: '#37364F'

red 55 ◦ green 54 ◦ blue 79

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

Shades of Payne's Grey #37364F

Tints of Payne's Grey #37364F

RGB

 RED value IS 55 (21.88% from 255) = 29.26%

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

 BLUE value IS 79 (31.25% from 255) = 42.02%

R = 29.26%
G = 28.72%
B = 42.02%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#37364F (or 0x37364F) is known color: Payne's Grey. HEX triplet: 37, 36 and 4F. RGB value is (55,54,79). Sum of RGB (Red+Green+Blue) = 55+54+79=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 79 - color contains mainly: blue. Hex color #37364F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37364F is #C8C9B0. Grayscale: #393939. Windows color (decimal): -13158833 or 5191223. OLE color: 5191223.

HSL color Cylindrical-coordinate representation of color #37364F: hue angle of 242.4º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #37364F is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 54 79 -
CMYK 0.30 0.32 0 0.69
HSL 242.4º 0.19% 0.26% -
HSV(B) 242.4º 0.32% 0.31% -
XYZ 4.31 4.02 7.95 -
YUV 57.15 140.33 126.47 -
System Red Green Blue C M Y K H S L
Decimal 55 54 79 0.30 0.32 0 0.69 242.4 0.19 0.26
Hex 37 36 4F 1E 20 0 45 F2 13 1A
Octal 67 66 117 36 40 0 105 362 23 32
Binary 110111 110110 1001111 11110 100000 0 1000101 11110010 10011 11010

Color Harmonies of #37364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37364F

Black with #37364F

Text Example


Text Example

White with #37364F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37364F; }

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

 H1.HeaderClassName
 {
   color: #37364F;
 }
 .AnyTagClassName
 {
   color: #37364F;
 }
</style>

background-color css

<style>
 a { background-color: #37364F; }

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

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

border-color css

<style>
 span { border-color: #37364F; }

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

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