#303459

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

Shades of Lucky Point #303459

Tints of Lucky Point #303459

Color information

#303459 (or 0x303459) is unknown color: approx Lucky Point. HEX triplet: 30, 34 and 59. RGB value is (48,52,89). Sum of RGB (Red+Green+Blue) = 48+52+89=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #303459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303459 is #CFCBA6. Grayscale: #363636. Windows color (decimal): -13618087 or 5846064. OLE color: 5846064.

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

Color convert

RGB485289-
CMYK0.460.4200.65
HSL234.15º29.93%26.86%-
HSV(B)234.15º46.07%34.9%-
XYZ4.253.819.96-
YUV55.02147.17122.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.40%
GREEN value IS 52 (20.70% from 255) = 27.51%
BLUE value IS 89 (35.16% from 255) = 47.09%
R=25.40%
G=27.51%
B=47.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4852890.460.4200.65234.1529.9326.86
Hex3034592E2A041ea1e1b
Octal6064131565201013523633
Binary110000110100101100110111010101001000001111010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303459; }

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

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

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

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

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

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

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

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