#303552

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

Shades of Lucky Point #303552

Tints of Lucky Point #303552

Color information

#303552 (or 0x303552) is unknown color: approx Lucky Point. HEX triplet: 30, 35 and 52. RGB value is (48,53,82). Sum of RGB (Red+Green+Blue) = 48+53+82=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 82 (32.42% from 255 or 44.81% from 183); Max value from RGB is 82 - color contains mainly: blue. Hex color #303552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303552 is #CFCAAD. Grayscale: #363636. Windows color (decimal): -13617838 or 5387568. OLE color: 5387568.

HSL color Cylindrical-coordinate representation of color #303552: hue angle of 231.18º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #303552 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB485382-
CMYK0.410.3500.68
HSL231.18º26.15%25.49%-
HSV(B)231.18º41.46%32.16%-
XYZ4.023.788.5-
YUV54.81143.34123.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.23%
GREEN value IS 53 (21.09% from 255) = 28.96%
BLUE value IS 82 (32.42% from 255) = 44.81%
R=26.23%
G=28.96%
B=44.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4853820.410.3500.68231.1826.1525.49
Hex3035522923044e71a19
Octal6065122514301043473231
Binary110000110101101001010100110001101000100111001111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303552; }

 p { color: rgb(48,53,82); }

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

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

 a { background-color: rgb(48,53,82); }

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

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

 span { border-color: rgb(48,53,82); }

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