Html Css Color HEX #37384F Payne's Grey

📋 copy color: '#37384F'

red 55 ◦ green 56 ◦ blue 79

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

Shades of Payne's Grey #37384F

Tints of Payne's Grey #37384F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 41.58%

R = 28.95%
G = 29.47%
B = 41.58%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#37384F (or 0x37384F) is known color: Payne's Grey. HEX triplet: 37, 38 and 4F. RGB value is (55,56,79). Sum of RGB (Red+Green+Blue) = 55+56+79=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 79 - color contains mainly: blue. Hex color #37384F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37384F is #C8C7B0. Grayscale: #3A3A3A. Windows color (decimal): -13158321 or 5191735. OLE color: 5191735.

HSL color Cylindrical-coordinate representation of color #37384F: hue angle of 237.5º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #37384F is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 56 79 -
CMYK 0.30 0.29 0 0.69
HSL 237.5º 0.18% 0.26% -
HSV(B) 237.5º 0.3% 0.31% -
XYZ 4.4 4.21 7.98 -
YUV 58.32 139.67 125.63 -
System Red Green Blue C M Y K H S L
Decimal 55 56 79 0.30 0.29 0 0.69 237.5 0.18 0.26
Hex 37 38 4F 1E 1D 0 45 EE 12 1A
Octal 67 70 117 36 35 0 105 356 22 32
Binary 110111 111000 1001111 11110 11101 0 1000101 11101110 10010 11010

Color Harmonies of #37384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37384F

Black with #37384F

Text Example


Text Example

White with #37384F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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