#303557

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

Shades of Lucky Point #303557

Tints of Lucky Point #303557

Color information

#303557 (or 0x303557) is unknown color: approx Lucky Point. HEX triplet: 30, 35 and 57. RGB value is (48,53,87). Sum of RGB (Red+Green+Blue) = 48+53+87=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 87 (34.38% from 255 or 46.28% from 188); Max value from RGB is 87 - color contains mainly: blue. Hex color #303557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303557 is #CFCAA8. Grayscale: #373737. Windows color (decimal): -13617833 or 5715248. OLE color: 5715248.

HSL color Cylindrical-coordinate representation of color #303557: hue angle of 232.31º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #303557 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB485387-
CMYK0.450.3900.66
HSL232.31º28.89%26.47%-
HSV(B)232.31º44.83%34.12%-
XYZ4.213.869.54-
YUV55.38145.84122.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.53%
GREEN value IS 53 (21.09% from 255) = 28.19%
BLUE value IS 87 (34.38% from 255) = 46.28%
R=25.53%
G=28.19%
B=46.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4853870.450.3900.66232.3128.8926.47
Hex3035572D27042e81d1a
Octal6065127554701023503532
Binary110000110101101011110110110011101000010111010001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303557; }

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

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

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

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

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

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

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

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