Html Css Color HEX #37394D Payne's Grey

📋 copy color: '#37394D'

red 55 ◦ green 57 ◦ blue 77

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

Shades of Payne's Grey #37394D

Tints of Payne's Grey #37394D

RGB

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

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

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

R = 29.1%
G = 30.16%
B = 40.74%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#37394D (or 0x37394D) is known color: Payne's Grey. HEX triplet: 37, 39 and 4D. RGB value is (55,57,77). Sum of RGB (Red+Green+Blue) = 55+57+77=189 (25% of max value = 765). Red value is 55 (21.88% from 255 or 29.10% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 77 - color contains mainly: blue. Hex color #37394D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37394D is #C8C6B2. Grayscale: #3A3A3A. Windows color (decimal): -13158067 or 5060919. OLE color: 5060919.

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

Color convert

RGB 55 57 77 -
CMYK 0.29 0.26 0 0.70
HSL 234.55º 0.17% 0.26% -
HSV(B) 234.55º 0.29% 0.3% -
XYZ 4.38 4.27 7.62 -
YUV 58.68 138.34 125.37 -
System Red Green Blue C M Y K H S L
Decimal 55 57 77 0.29 0.26 0 0.70 234.55 0.17 0.26
Hex 37 39 4D 1D 1A 0 46 EB 11 1A
Octal 67 71 115 35 32 0 106 353 21 32
Binary 110111 111001 1001101 11101 11010 0 1000110 11101011 10001 11010

Color Harmonies of #37394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37394D

Black with #37394D

Text Example


Text Example

White with #37394D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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