Html Css Color HEX #353342 Revolver

📋 copy color: '#353342'

red 53 ◦ green 51 ◦ blue 66

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

Shades of Revolver #353342

Tints of Revolver #353342

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30%

 BLUE value IS 66 (26.17% from 255) = 38.82%

R = 31.18%
G = 30%
B = 38.82%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#353342 (or 0x353342) is known color: Revolver. HEX triplet: 35, 33 and 42. RGB value is (53,51,66). Sum of RGB (Red+Green+Blue) = 53+51+66=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 66 (26.17% from 255 or 38.82% from 170); Max value from RGB is 66 - color contains mainly: blue. Hex color #353342 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353342 is #CACCBD. Grayscale: #353535. Windows color (decimal): -13290686 or 4338485. OLE color: 4338485.

HSL color Cylindrical-coordinate representation of color #353342: hue angle of 248º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #353342 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 51 66 -
CMYK 0.20 0.23 0 0.74
HSL 248º 0.13% 0.23% -
HSV(B) 248º 0.23% 0.26% -
XYZ 3.64 3.52 5.64 -
YUV 53.31 135.16 127.78 -
System Red Green Blue C M Y K H S L
Decimal 53 51 66 0.20 0.23 0 0.74 248 0.13 0.23
Hex 35 33 42 14 17 0 4A F8 D 17
Octal 65 63 102 24 27 0 112 370 15 27
Binary 110101 110011 1000010 10100 10111 0 1001010 11111000 1101 10111

Color Harmonies of #353342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353342

Black with #353342

Text Example


Text Example

White with #353342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353342; }

 p { color: rgb(53,51,66); }

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

background-color css

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

 a { background-color: rgb(53,51,66); }

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

border-color css

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

 span { border-color: rgb(53,51,66); }

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