#353440

Color #353440 Revolver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Revolver #353440

Tints of Revolver #353440

Color information

#353440 (or 0x353440) is unknown color: approx 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

RGB535264-
CMYK0.170.1900.75
HSL245º10.34%22.75%-
HSV(B)245º18.75%25.1%-
XYZ3.623.585.35-
YUV53.67133.83127.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.36%
GREEN value IS 52 (20.70% 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 (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5352640.170.1900.7524510.3422.75
Hex353440111304Bf5a17
Octal6564100212301133651227
Binary110101110100100000010001100110100101111110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>