Html Css Color HEX #353647 Payne's Grey

📋 copy color: '#353647'

red 53 ◦ green 54 ◦ blue 71

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

Shades of Payne's Grey #353647

Tints of Payne's Grey #353647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 39.89%

R = 29.78%
G = 30.34%
B = 39.89%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#353647 (or 0x353647) is known color: Payne's Grey. HEX triplet: 35, 36 and 47. RGB value is (53,54,71). Sum of RGB (Red+Green+Blue) = 53+54+71=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 71 (28.12% from 255 or 39.89% from 178); Max value from RGB is 71 - color contains mainly: blue. Hex color #353647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353647 is #CAC9B8. Grayscale: #373737. Windows color (decimal): -13289913 or 4666933. OLE color: 4666933.

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

Color convert

RGB 53 54 71 -
CMYK 0.25 0.24 0 0.72
HSL 236.67º 0.15% 0.24% -
HSV(B) 236.67º 0.25% 0.28% -
XYZ 3.92 3.85 6.5 -
YUV 55.64 136.67 126.12 -
System Red Green Blue C M Y K H S L
Decimal 53 54 71 0.25 0.24 0 0.72 236.67 0.15 0.24
Hex 35 36 47 19 18 0 48 ED F 18
Octal 65 66 107 31 30 0 110 355 17 30
Binary 110101 110110 1000111 11001 11000 0 1001000 11101101 1111 11000

Color Harmonies of #353647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353647

Black with #353647

Text Example


Text Example

White with #353647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353647; }

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

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

background-color css

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

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

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

border-color css

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

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

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