Html Css Color HEX #353146 Revolver

📋 copy color: '#353146'

red 53 ◦ green 49 ◦ blue 70

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

Shades of Revolver #353146

Tints of Revolver #353146

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.49%

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

R = 30.81%
G = 28.49%
B = 40.7%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#353146 (or 0x353146) is known color: Revolver. HEX triplet: 35, 31 and 46. RGB value is (53,49,70). Sum of RGB (Red+Green+Blue) = 53+49+70=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 70 - color contains mainly: blue. Hex color #353146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353146 is #CACEB9. Grayscale: #343434. Windows color (decimal): -13291194 or 4600117. OLE color: 4600117.

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

Color convert

RGB 53 49 70 -
CMYK 0.24 0.30 0 0.73
HSL 251.43º 0.18% 0.23% -
HSV(B) 251.43º 0.3% 0.27% -
XYZ 3.67 3.4 6.26 -
YUV 52.59 137.83 128.29 -
System Red Green Blue C M Y K H S L
Decimal 53 49 70 0.24 0.30 0 0.73 251.43 0.18 0.23
Hex 35 31 46 18 1E 0 49 FB 12 17
Octal 65 61 106 30 36 0 111 373 22 27
Binary 110101 110001 1000110 11000 11110 0 1001001 11111011 10010 10111

Color Harmonies of #353146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353146

Black with #353146

Text Example


Text Example

White with #353146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353146; }

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

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

background-color css

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

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

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

border-color css

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

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

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