Html Css Color HEX #37384B Payne's Grey

📋 copy color: '#37384B'

red 55 ◦ green 56 ◦ blue 75

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

Shades of Payne's Grey #37384B

Tints of Payne's Grey #37384B

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 value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#37384B (or 0x37384B) is known color: 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

RGB 55 56 75 -
CMYK 0.27 0.25 0 0.71
HSL 237º 0.15% 0.25% -
HSV(B) 237º 0.27% 0.29% -
XYZ 4.26 4.15 7.23 -
YUV 57.87 137.67 125.96 -
System Red Green Blue C M Y K H S L
Decimal 55 56 75 0.27 0.25 0 0.71 237 0.15 0.25
Hex 37 38 4B 1B 19 0 47 ED F 19
Octal 67 70 113 33 31 0 107 355 17 31
Binary 110111 111000 1001011 11011 11001 0 1000111 11101101 1111 11001

Color Harmonies of #37384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37384B

Black with #37384B

Text Example


Text Example

White with #37384B

Text Example


Text Example

HTML Codes & Css Web 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>