Html Css Color HEX #37384C Payne's Grey

📋 copy color: '#37384C'

red 55 ◦ green 56 ◦ blue 76

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

Shades of Payne's Grey #37384C

Tints of Payne's Grey #37384C

RGB

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

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

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

R = 29.41%
G = 29.95%
B = 40.64%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#37384C (or 0x37384C) is known color: Payne's Grey. HEX triplet: 37, 38 and 4C. RGB value is (55,56,76). Sum of RGB (Red+Green+Blue) = 55+56+76=187 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.41% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 76 - color contains mainly: blue. Hex color #37384C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37384C is #C8C7B3. Grayscale: #393939. Windows color (decimal): -13158324 or 4995127. OLE color: 4995127.

HSL color Cylindrical-coordinate representation of color #37384C: hue angle of 237.14º 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 #37384C is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 55 56 76 -
CMYK 0.28 0.26 0 0.70
HSL 237.14º 0.16% 0.26% -
HSV(B) 237.14º 0.28% 0.3% -
XYZ 4.29 4.16 7.41 -
YUV 57.98 138.17 125.87 -
System Red Green Blue C M Y K H S L
Decimal 55 56 76 0.28 0.26 0 0.70 237.14 0.16 0.26
Hex 37 38 4C 1C 1A 0 46 ED 10 1A
Octal 67 70 114 34 32 0 106 355 20 32
Binary 110111 111000 1001100 11100 11010 0 1000110 11101101 10000 11010

Color Harmonies of #37384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37384C

Black with #37384C

Text Example


Text Example

White with #37384C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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