#333147

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

Shades of Revolver #333147

Tints of Revolver #333147

Color information

#333147 (or 0x333147) is unknown color: approx Revolver. HEX triplet: 33, 31 and 47. RGB value is (51,49,71). Sum of RGB (Red+Green+Blue) = 51+49+71=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 71 (28.12% from 255 or 41.52% from 171); Max value from RGB is 71 - color contains mainly: blue. Hex color #333147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333147 is #CCCEB8. Grayscale: #343434. Windows color (decimal): -13422265 or 4665651. OLE color: 4665651.

HSL color Cylindrical-coordinate representation of color #333147: hue angle of 245.45º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #333147 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB514971-
CMYK0.280.3100.72
HSL245.45º18.33%23.53%-
HSV(B)245.45º30.99%27.84%-
XYZ3.63.366.42-
YUV52.11138.66127.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.82%
GREEN value IS 49 (19.53% from 255) = 28.65%
BLUE value IS 71 (28.12% from 255) = 41.52%
R=29.82%
G=28.65%
B=41.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5149710.280.3100.72245.4518.3323.53
Hex3331471C1F048f51218
Octal6361107343701103652230
Binary1100111100011000111111001111101001000111101011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333147; }

 p { color: rgb(51,49,71); }

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

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

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

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

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

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

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