Html Css Color HEX #373952 Payne's Grey

📋 copy color: '#373952'

red 55 ◦ green 57 ◦ blue 82

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

Shades of Payne's Grey #373952

Tints of Payne's Grey #373952

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.38%

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

R = 28.35%
G = 29.38%
B = 42.27%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#373952 (or 0x373952) is known color: Payne's Grey. HEX triplet: 37, 39 and 52. RGB value is (55,57,82). Sum of RGB (Red+Green+Blue) = 55+57+82=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 82 - color contains mainly: blue. Hex color #373952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373952 is #C8C6AD. Grayscale: #3B3B3B. Windows color (decimal): -13158062 or 5388599. OLE color: 5388599.

HSL color Cylindrical-coordinate representation of color #373952: hue angle of 235.56º 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 #373952 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 57 82 -
CMYK 0.33 0.30 0 0.68
HSL 235.56º 0.2% 0.27% -
HSV(B) 235.56º 0.33% 0.32% -
XYZ 4.56 4.35 8.58 -
YUV 59.25 140.84 124.97 -
System Red Green Blue C M Y K H S L
Decimal 55 57 82 0.33 0.30 0 0.68 235.56 0.2 0.27
Hex 37 39 52 21 1E 0 44 EC 14 1B
Octal 67 71 122 41 36 0 104 354 24 33
Binary 110111 111001 1010010 100001 11110 0 1000100 11101100 10100 11011

Color Harmonies of #373952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373952

Black with #373952

Text Example


Text Example

White with #373952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373952; }

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

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

background-color css

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

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

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

border-color css

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

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

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