#303350

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

Shades of Lucky Point #303350

Tints of Lucky Point #303350

Color information

#303350 (or 0x303350) is unknown color: approx Lucky Point. HEX triplet: 30, 33 and 50. RGB value is (48,51,80). Sum of RGB (Red+Green+Blue) = 48+51+80=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 80 - color contains mainly: blue. Hex color #303350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303350 is #CFCCAF. Grayscale: #353535. Windows color (decimal): -13618352 or 5255984. OLE color: 5255984.

HSL color Cylindrical-coordinate representation of color #303350: hue angle of 234.38º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #303350 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB485180-
CMYK0.400.3600.69
HSL234.38º25%25.1%-
HSV(B)234.38º40%31.37%-
XYZ3.853.588.08-
YUV53.41143.01124.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.82%
GREEN value IS 51 (20.31% from 255) = 28.49%
BLUE value IS 80 (31.64% from 255) = 44.69%
R=26.82%
G=28.49%
B=44.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4851800.400.3600.69234.382525.1
Hex3033502824045ea1919
Octal6063120504401053523131
Binary110000110011101000010100010010001000101111010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303350; }

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

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

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

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

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

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

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

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