#343353

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

Shades of Lucky Point #343353

Tints of Lucky Point #343353

Color information

#343353 (or 0x343353) is unknown color: approx Lucky Point. HEX triplet: 34, 33 and 53. RGB value is (52,51,83). Sum of RGB (Red+Green+Blue) = 52+51+83=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 83 - color contains mainly: blue. Hex color #343353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343353 is #CBCCAC. Grayscale: #363636. Windows color (decimal): -13356205 or 5452596. OLE color: 5452596.

HSL color Cylindrical-coordinate representation of color #343353: hue angle of 241.88º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #343353 is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB525183-
CMYK0.370.3900.67
HSL241.88º23.88%26.27%-
HSV(B)241.88º38.55%32.55%-
XYZ4.163.728.68-
YUV54.95143.83125.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.96%
GREEN value IS 51 (20.31% from 255) = 27.42%
BLUE value IS 83 (32.81% from 255) = 44.62%
R=27.96%
G=27.42%
B=44.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5251830.370.3900.67241.8823.8826.27
Hex3433532527043f2181a
Octal6463123454701033623032
Binary110100110011101001110010110011101000011111100101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343353; }

 p { color: rgb(52,51,83); }

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

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

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

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

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

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

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