#303351

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

Shades of Lucky Point #303351

Tints of Lucky Point #303351

Color information

#303351 (or 0x303351) is unknown color: approx Lucky Point. HEX triplet: 30, 33 and 51. RGB value is (48,51,81). Sum of RGB (Red+Green+Blue) = 48+51+81=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 81 (32.03% from 255 or 45% from 180); Max value from RGB is 81 - color contains mainly: blue. Hex color #303351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303351 is #CFCCAE. Grayscale: #353535. Windows color (decimal): -13618351 or 5321520. OLE color: 5321520.

HSL color Cylindrical-coordinate representation of color #303351: hue angle of 234.55º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #303351 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB485181-
CMYK0.410.3700.68
HSL234.55º25.58%25.29%-
HSV(B)234.55º40.74%31.76%-
XYZ3.893.598.27-
YUV53.52143.51124.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.67%
GREEN value IS 51 (20.31% from 255) = 28.33%
BLUE value IS 81 (32.03% from 255) = 45%
R=26.67%
G=28.33%
B=45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4851810.410.3700.68234.5525.5825.29
Hex3033512925044eb1a19
Octal6063121514501043533231
Binary110000110011101000110100110010101000100111010111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303351; }

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

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

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

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

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

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

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

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