#303346

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

Shades of Lucky Point #303346

Tints of Lucky Point #303346

Color information

#303346 (or 0x303346) is unknown color: approx Lucky Point. HEX triplet: 30, 33 and 46. RGB value is (48,51,70). Sum of RGB (Red+Green+Blue) = 48+51+70=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 70 (27.73% from 255 or 41.42% from 169); Max value from RGB is 70 - color contains mainly: blue. Hex color #303346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303346 is #CFCCB9. Grayscale: #343434. Windows color (decimal): -13618362 or 4600624. OLE color: 4600624.

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

Color convert

RGB485170-
CMYK0.310.2700.73
HSL231.82º18.64%23.14%-
HSV(B)231.82º31.43%27.45%-
XYZ3.513.446.27-
YUV52.27138.01124.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.40%
GREEN value IS 51 (20.31% from 255) = 30.18%
BLUE value IS 70 (27.73% from 255) = 41.42%
R=28.40%
G=30.18%
B=41.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4851700.310.2700.73231.8218.6423.14
Hex3033461F1B049e81317
Octal6063106373301113502327
Binary1100001100111000110111111101101001001111010001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303346; }

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

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

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

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

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

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

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

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