#303347

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

Shades of Lucky Point #303347

Tints of Lucky Point #303347

Color information

#303347 (or 0x303347) is unknown color: approx Lucky Point. HEX triplet: 30, 33 and 47. RGB value is (48,51,71). Sum of RGB (Red+Green+Blue) = 48+51+71=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 71 (28.12% from 255 or 41.76% from 170); Max value from RGB is 71 - color contains mainly: blue. Hex color #303347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303347 is #CFCCB8. Grayscale: #343434. Windows color (decimal): -13618361 or 4666160. OLE color: 4666160.

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

Color convert

RGB485171-
CMYK0.320.2800.72
HSL232.17º19.33%23.33%-
HSV(B)232.17º32.39%27.84%-
XYZ3.543.456.44-
YUV52.38138.51124.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.24%
GREEN value IS 51 (20.31% from 255) = 30%
BLUE value IS 71 (28.12% from 255) = 41.76%
R=28.24%
G=30%
B=41.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4851710.320.2800.72232.1719.3323.33
Hex303347201C048e81317
Octal6063107403401103502327
Binary11000011001110001111000001110001001000111010001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303347; }

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

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

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

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

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

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

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

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