#303357

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

Shades of Lucky Point #303357

Tints of Lucky Point #303357

Color information

#303357 (or 0x303357) is unknown color: approx Lucky Point. HEX triplet: 30, 33 and 57. RGB value is (48,51,87). Sum of RGB (Red+Green+Blue) = 48+51+87=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 87 (34.38% from 255 or 46.77% from 186); Max value from RGB is 87 - color contains mainly: blue. Hex color #303357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303357 is #CFCCA8. Grayscale: #363636. Windows color (decimal): -13618345 or 5714736. OLE color: 5714736.

HSL color Cylindrical-coordinate representation of color #303357: hue angle of 235.38º 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 #303357 is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB485187-
CMYK0.450.4100.66
HSL235.38º28.89%26.47%-
HSV(B)235.38º44.83%34.12%-
XYZ4.123.689.51-
YUV54.21146.51123.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.81%
GREEN value IS 51 (20.31% from 255) = 27.42%
BLUE value IS 87 (34.38% from 255) = 46.77%
R=25.81%
G=27.42%
B=46.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4851870.450.4100.66235.3828.8926.47
Hex3033572D29042eb1d1a
Octal6063127555101023533532
Binary110000110011101011110110110100101000010111010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303357; }

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

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

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

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

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

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

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

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