#333346

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

Shades of Revolver #333346

Tints of Revolver #333346

Color information

#333346 (or 0x333346) is unknown color: approx Revolver. HEX triplet: 33, 33 and 46. RGB value is (51,51,70). Sum of RGB (Red+Green+Blue) = 51+51+70=172 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.65% from 172); Green value is 51 (20.31% from 255 or 29.65% 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 #333346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333346 is #CCCCB9. Grayscale: #353535. Windows color (decimal): -13421754 or 4600627. OLE color: 4600627.

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

Color convert

RGB515170-
CMYK0.270.2700.73
HSL240º15.7%23.73%-
HSV(B)240º27.14%27.45%-
XYZ3.653.516.28-
YUV53.17137.5126.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.65%
GREEN value IS 51 (20.31% from 255) = 29.65%
BLUE value IS 70 (27.73% from 255) = 40.70%
R=29.65%
G=29.65%
B=40.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5151700.270.2700.7324015.723.73
Hex3333461B1B049f01018
Octal6363106333301113602030
Binary1100111100111000110110111101101001001111100001000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333346; }

 p { color: rgb(51,51,70); }

 H1.HeaderClassName
 {
   color: #333346;
 }
 .AnyTagClassName
 {
   color: #333346;
 }
</style>
background-color css

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

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

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

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

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

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