Html Css Color HEX #353646 Payne's Grey

📋 copy color: '#353646'

red 53 ◦ green 54 ◦ blue 70

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

Shades of Payne's Grey #353646

Tints of Payne's Grey #353646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 39.55%

R = 29.94%
G = 30.51%
B = 39.55%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#353646 (or 0x353646) is known color: Payne's Grey. HEX triplet: 35, 36 and 46. RGB value is (53,54,70). Sum of RGB (Red+Green+Blue) = 53+54+70=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 70 - color contains mainly: blue. Hex color #353646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353646 is #CAC9B9. Grayscale: #373737. Windows color (decimal): -13289914 or 4601397. OLE color: 4601397.

HSL color Cylindrical-coordinate representation of color #353646: hue angle of 236.47º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #353646 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 53 54 70 -
CMYK 0.24 0.23 0 0.73
HSL 236.47º 0.14% 0.24% -
HSV(B) 236.47º 0.24% 0.27% -
XYZ 3.89 3.84 6.33 -
YUV 55.53 136.17 126.2 -
System Red Green Blue C M Y K H S L
Decimal 53 54 70 0.24 0.23 0 0.73 236.47 0.14 0.24
Hex 35 36 46 18 17 0 49 EC E 18
Octal 65 66 106 30 27 0 111 354 16 30
Binary 110101 110110 1000110 11000 10111 0 1001001 11101100 1110 11000

Color Harmonies of #353646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353646

Black with #353646

Text Example


Text Example

White with #353646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353646; }

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

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

background-color css

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

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

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

border-color css

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

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

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