Html Css Color HEX #353246 Revolver

📋 copy color: '#353246'

red 53 ◦ green 50 ◦ blue 70

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

Shades of Revolver #353246

Tints of Revolver #353246

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.9%

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

R = 30.64%
G = 28.9%
B = 40.46%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#353246 (or 0x353246) is known color: Revolver. HEX triplet: 35, 32 and 46. RGB value is (53,50,70). Sum of RGB (Red+Green+Blue) = 53+50+70=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 70 - color contains mainly: blue. Hex color #353246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353246 is #CACDB9. Grayscale: #353535. Windows color (decimal): -13290938 or 4600373. OLE color: 4600373.

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

Color convert

RGB 53 50 70 -
CMYK 0.24 0.29 0 0.73
HSL 249º 0.17% 0.24% -
HSV(B) 249º 0.29% 0.27% -
XYZ 3.71 3.48 6.27 -
YUV 53.18 137.49 127.87 -
System Red Green Blue C M Y K H S L
Decimal 53 50 70 0.24 0.29 0 0.73 249 0.17 0.24
Hex 35 32 46 18 1D 0 49 F9 11 18
Octal 65 62 106 30 35 0 111 371 21 30
Binary 110101 110010 1000110 11000 11101 0 1001001 11111001 10001 11000

Color Harmonies of #353246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353246

Black with #353246

Text Example


Text Example

White with #353246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353246; }

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

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

background-color css

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

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

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

border-color css

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

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

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