#37384B

Color #37384B Payne's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Payne's Grey #37384B

Tints of Payne's Grey #37384B

Color information

#37384B (or 0x37384B) is unknown color: approx Payne's Grey. HEX triplet: 37, 38 and 4B. RGB value is (55,56,75). Sum of RGB (Red+Green+Blue) = 55+56+75=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 75 - color contains mainly: blue. Hex color #37384B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37384B is #C8C7B4. Grayscale: #393939. Windows color (decimal): -13158325 or 4929591. OLE color: 4929591.

HSL color Cylindrical-coordinate representation of color #37384B: hue angle of 237º 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 #37384B is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB555675-
CMYK0.270.2500.71
HSL237º15.38%25.49%-
HSV(B)237º26.67%29.41%-
XYZ4.264.157.23-
YUV57.87137.67125.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.57%
GREEN value IS 56 (22.27% from 255) = 30.11%
BLUE value IS 75 (29.69% from 255) = 40.32%
R=29.57%
G=30.11%
B=40.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5556750.270.2500.7123715.3825.49
Hex37384B1B19047edf19
Octal6770113333101073551731
Binary110111111000100101111011110010100011111101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #37384B;
 }
 .AnyTagClassName
 {
   color: #37384B;
 }
</style>
background-color css

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

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

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

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

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

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