Html Css Color HEX #37394C Payne's Grey

📋 copy color: '#37394C'

red 55 ◦ green 57 ◦ blue 76

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

Shades of Payne's Grey #37394C

Tints of Payne's Grey #37394C

RGB

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

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

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

R = 29.26%
G = 30.32%
B = 40.43%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#37394C (or 0x37394C) is known color: Payne's Grey. HEX triplet: 37, 39 and 4C. RGB value is (55,57,76). Sum of RGB (Red+Green+Blue) = 55+57+76=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 76 (30.08% from 255 or 40.43% from 188); Max value from RGB is 76 - color contains mainly: blue. Hex color #37394C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37394C is #C8C6B3. Grayscale: #3A3A3A. Windows color (decimal): -13158068 or 4995383. OLE color: 4995383.

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

Color convert

RGB 55 57 76 -
CMYK 0.28 0.25 0 0.70
HSL 234.29º 0.16% 0.26% -
HSV(B) 234.29º 0.28% 0.3% -
XYZ 4.34 4.26 7.43 -
YUV 58.57 137.84 125.46 -
System Red Green Blue C M Y K H S L
Decimal 55 57 76 0.28 0.25 0 0.70 234.29 0.16 0.26
Hex 37 39 4C 1C 19 0 46 EA 10 1A
Octal 67 71 114 34 31 0 106 352 20 32
Binary 110111 111001 1001100 11100 11001 0 1000110 11101010 10000 11010

Color Harmonies of #37394C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37394C

Black with #37394C

Text Example


Text Example

White with #37394C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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