Html Css Color HEX #373852 Payne's Grey

📋 copy color: '#373852'

red 55 ◦ green 56 ◦ blue 82

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

Shades of Payne's Grey #373852

Tints of Payne's Grey #373852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 42.49%

R = 28.5%
G = 29.02%
B = 42.49%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#373852 (or 0x373852) is known color: Payne's Grey. HEX triplet: 37, 38 and 52. RGB value is (55,56,82). Sum of RGB (Red+Green+Blue) = 55+56+82=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 82 (32.42% from 255 or 42.49% from 193); Max value from RGB is 82 - color contains mainly: blue. Hex color #373852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373852 is #C8C7AD. Grayscale: #3A3A3A. Windows color (decimal): -13158318 or 5388343. OLE color: 5388343.

HSL color Cylindrical-coordinate representation of color #373852: hue angle of 237.78º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #373852 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 56 82 -
CMYK 0.33 0.32 0 0.68
HSL 237.78º 0.2% 0.27% -
HSV(B) 237.78º 0.33% 0.32% -
XYZ 4.51 4.25 8.57 -
YUV 58.67 141.17 125.39 -
System Red Green Blue C M Y K H S L
Decimal 55 56 82 0.33 0.32 0 0.68 237.78 0.2 0.27
Hex 37 38 52 21 20 0 44 EE 14 1B
Octal 67 70 122 41 40 0 104 356 24 33
Binary 110111 111000 1010010 100001 100000 0 1000100 11101110 10100 11011

Color Harmonies of #373852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373852

Black with #373852

Text Example


Text Example

White with #373852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373852; }

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

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

background-color css

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

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

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

border-color css

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

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

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