#303359

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

Shades of Lucky Point #303359

Tints of Lucky Point #303359

Color information

#303359 (or 0x303359) is unknown color: approx Lucky Point. HEX triplet: 30, 33 and 59. RGB value is (48,51,89). Sum of RGB (Red+Green+Blue) = 48+51+89=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #303359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303359 is #CFCCA6. Grayscale: #363636. Windows color (decimal): -13618343 or 5845808. OLE color: 5845808.

HSL color Cylindrical-coordinate representation of color #303359: hue angle of 235.61º 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 #303359 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB485189-
CMYK0.460.4300.65
HSL235.61º29.93%26.86%-
HSV(B)235.61º46.07%34.9%-
XYZ4.213.729.95-
YUV54.44147.51123.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.53%
GREEN value IS 51 (20.31% from 255) = 27.13%
BLUE value IS 89 (35.16% from 255) = 47.34%
R=25.53%
G=27.13%
B=47.34%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4851890.460.4300.65235.6129.9326.86
Hex3033592E2B041ec1e1b
Octal6063131565301013543633
Binary110000110011101100110111010101101000001111011001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303359; }

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

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

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

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

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

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

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

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