#303259

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

Shades of Lucky Point #303259

Tints of Lucky Point #303259

Color information

#303259 (or 0x303259) is unknown color: approx Lucky Point. HEX triplet: 30, 32 and 59. RGB value is (48,50,89). Sum of RGB (Red+Green+Blue) = 48+50+89=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #303259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303259 is #CFCDA6. Grayscale: #353535. Windows color (decimal): -13618599 or 5845552. OLE color: 5845552.

HSL color Cylindrical-coordinate representation of color #303259: hue angle of 237.07º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #303259 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB485089-
CMYK0.460.4400.65
HSL237.07º29.93%26.86%-
HSV(B)237.07º46.07%34.9%-
XYZ4.163.639.93-
YUV53.85147.84123.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.67%
GREEN value IS 50 (19.92% from 255) = 26.74%
BLUE value IS 89 (35.16% from 255) = 47.59%
R=25.67%
G=26.74%
B=47.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4850890.460.4400.65237.0729.9326.86
Hex3032592E2C041ed1e1b
Octal6062131565401013553633
Binary110000110010101100110111010110001000001111011011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303259; }

 p { color: rgb(48,50,89); }

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

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

 a { background-color: rgb(48,50,89); }

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

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

 span { border-color: rgb(48,50,89); }

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