Html Css Color HEX #353440 Revolver

📋 copy color: '#353440'

red 53 ◦ green 52 ◦ blue 64

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

Shades of Revolver #353440

Tints of Revolver #353440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.77%

 BLUE value IS 64 (25.39% from 255) = 37.87%

R = 31.36%
G = 30.77%
B = 37.87%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#353440 (or 0x353440) is known color: Revolver. HEX triplet: 35, 34 and 40. RGB value is (53,52,64). Sum of RGB (Red+Green+Blue) = 53+52+64=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 64 - color contains mainly: blue. Hex color #353440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353440 is #CACBBF. Grayscale: #353535. Windows color (decimal): -13290432 or 4207669. OLE color: 4207669.

HSL color Cylindrical-coordinate representation of color #353440: hue angle of 245º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #353440 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 52 64 -
CMYK 0.17 0.19 0 0.75
HSL 245º 0.1% 0.23% -
HSV(B) 245º 0.19% 0.25% -
XYZ 3.62 3.58 5.35 -
YUV 53.67 133.83 127.52 -
System Red Green Blue C M Y K H S L
Decimal 53 52 64 0.17 0.19 0 0.75 245 0.1 0.23
Hex 35 34 40 11 13 0 4B F5 A 17
Octal 65 64 100 21 23 0 113 365 12 27
Binary 110101 110100 1000000 10001 10011 0 1001011 11110101 1010 10111

Color Harmonies of #353440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353440

Black with #353440

Text Example


Text Example

White with #353440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353440; }

 p { color: rgb(53,52,64); }

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

background-color css

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

 a { background-color: rgb(53,52,64); }

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

border-color css

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

 span { border-color: rgb(53,52,64); }

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