Html Css Color HEX #363749 Payne's Grey

📋 copy color: '#363749'

red 54 ◦ green 55 ◦ blue 73

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

Shades of Payne's Grey #363749

Tints of Payne's Grey #363749

RGB

 RED value IS 54 (21.48% from 255) = 29.67%

 GREEN value IS 55 (21.88% from 255) = 30.22%

 BLUE value IS 73 (28.91% from 255) = 40.11%

R = 29.67%
G = 30.22%
B = 40.11%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#363749 (or 0x363749) is known color: Payne's Grey. HEX triplet: 36, 37 and 49. RGB value is (54,55,73). Sum of RGB (Red+Green+Blue) = 54+55+73=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 73 - color contains mainly: blue. Hex color #363749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363749 is #C9C8B6. Grayscale: #383838. Windows color (decimal): -13224119 or 4798262. OLE color: 4798262.

HSL color Cylindrical-coordinate representation of color #363749: hue angle of 236.84º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #363749 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 54 55 73 -
CMYK 0.26 0.25 0 0.71
HSL 236.84º 0.15% 0.25% -
HSV(B) 236.84º 0.26% 0.29% -
XYZ 4.09 4 6.86 -
YUV 56.75 137.17 126.04 -
System Red Green Blue C M Y K H S L
Decimal 54 55 73 0.26 0.25 0 0.71 236.84 0.15 0.25
Hex 36 37 49 1A 19 0 47 ED F 19
Octal 66 67 111 32 31 0 107 355 17 31
Binary 110110 110111 1001001 11010 11001 0 1000111 11101101 1111 11001

Color Harmonies of #363749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363749

Black with #363749

Text Example


Text Example

White with #363749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363749; }

 p { color: rgb(54,55,73); }

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

background-color css

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

 a { background-color: rgb(54,55,73); }

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

border-color css

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

 span { border-color: rgb(54,55,73); }

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