Html Css Color HEX #353747 Payne's Grey

📋 copy color: '#353747'

red 53 ◦ green 55 ◦ blue 71

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

Shades of Payne's Grey #353747

Tints of Payne's Grey #353747

RGB

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

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

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

R = 29.61%
G = 30.73%
B = 39.66%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#353747 (or 0x353747) is known color: Payne's Grey. HEX triplet: 35, 37 and 47. RGB value is (53,55,71). Sum of RGB (Red+Green+Blue) = 53+55+71=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 55 (21.88% from 255 or 30.73% from 179); Blue value is 71 (28.12% from 255 or 39.66% from 179); Max value from RGB is 71 - color contains mainly: blue. Hex color #353747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353747 is #CAC8B8. Grayscale: #383838. Windows color (decimal): -13289657 or 4667189. OLE color: 4667189.

HSL color Cylindrical-coordinate representation of color #353747: hue angle of 233.33º 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 #353747 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 55 71 -
CMYK 0.25 0.23 0 0.72
HSL 233.33º 0.15% 0.24% -
HSV(B) 233.33º 0.25% 0.28% -
XYZ 3.97 3.94 6.51 -
YUV 56.23 136.34 125.7 -
System Red Green Blue C M Y K H S L
Decimal 53 55 71 0.25 0.23 0 0.72 233.33 0.15 0.24
Hex 35 37 47 19 17 0 48 E9 F 18
Octal 65 67 107 31 27 0 110 351 17 30
Binary 110101 110111 1000111 11001 10111 0 1001000 11101001 1111 11000

Color Harmonies of #353747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353747

Black with #353747

Text Example


Text Example

White with #353747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353747; }

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

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

background-color css

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

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

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

border-color css

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

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

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