Html Css Color HEX #353649 Payne's Grey

📋 copy color: '#353649'

red 53 ◦ green 54 ◦ blue 73

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

Shades of Payne's Grey #353649

Tints of Payne's Grey #353649

RGB

 RED value IS 53 (21.09% from 255) = 29.44%

 GREEN value IS 54 (21.48% from 255) = 30%

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

R = 29.44%
G = 30%
B = 40.56%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#353649 (or 0x353649) is known color: Payne's Grey. HEX triplet: 35, 36 and 49. RGB value is (53,54,73). Sum of RGB (Red+Green+Blue) = 53+54+73=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 73 - color contains mainly: blue. Hex color #353649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353649 is #CAC9B6. Grayscale: #373737. Windows color (decimal): -13289911 or 4798005. OLE color: 4798005.

HSL color Cylindrical-coordinate representation of color #353649: hue angle of 237º degrees, saturation: 0.16, 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 #353649 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 54 73 -
CMYK 0.27 0.26 0 0.71
HSL 237º 0.16% 0.25% -
HSV(B) 237º 0.27% 0.29% -
XYZ 3.99 3.88 6.84 -
YUV 55.87 137.67 125.96 -
System Red Green Blue C M Y K H S L
Decimal 53 54 73 0.27 0.26 0 0.71 237 0.16 0.25
Hex 35 36 49 1B 1A 0 47 ED 10 19
Octal 65 66 111 33 32 0 107 355 20 31
Binary 110101 110110 1001001 11011 11010 0 1000111 11101101 10000 11001

Color Harmonies of #353649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353649

Black with #353649

Text Example


Text Example

White with #353649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353649; }

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

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

background-color css

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

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

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

border-color css

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

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

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