Html Css Color HEX #37394B Payne's Grey

📋 copy color: '#37394B'

red 55 ◦ green 57 ◦ blue 75

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

Shades of Payne's Grey #37394B

Tints of Payne's Grey #37394B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 40.11%

R = 29.41%
G = 30.48%
B = 40.11%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#37394B (or 0x37394B) is known color: Payne's Grey. HEX triplet: 37, 39 and 4B. RGB value is (55,57,75). Sum of RGB (Red+Green+Blue) = 55+57+75=187 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.41% from 187); Green value is 57 (22.66% from 255 or 30.48% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 75 - color contains mainly: blue. Hex color #37394B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37394B is #C8C6B4. Grayscale: #3A3A3A. Windows color (decimal): -13158069 or 4929847. OLE color: 4929847.

HSL color Cylindrical-coordinate representation of color #37394B: hue angle of 234º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #37394B is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 55 57 75 -
CMYK 0.27 0.24 0 0.71
HSL 234º 0.15% 0.25% -
HSV(B) 234º 0.27% 0.29% -
XYZ 4.31 4.25 7.25 -
YUV 58.45 137.34 125.54 -
System Red Green Blue C M Y K H S L
Decimal 55 57 75 0.27 0.24 0 0.71 234 0.15 0.25
Hex 37 39 4B 1B 18 0 47 EA F 19
Octal 67 71 113 33 30 0 107 352 17 31
Binary 110111 111001 1001011 11011 11000 0 1000111 11101010 1111 11001

Color Harmonies of #37394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37394B

Black with #37394B

Text Example


Text Example

White with #37394B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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