#303053

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

Shades of Lucky Point #303053

Tints of Lucky Point #303053

Color information

#303053 (or 0x303053) is unknown color: approx Lucky Point. HEX triplet: 30, 30 and 53. RGB value is (48,48,83). Sum of RGB (Red+Green+Blue) = 48+48+83=179 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.82% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 83 (32.81% from 255 or 46.37% from 179); Max value from RGB is 83 - color contains mainly: blue. Hex color #303053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303053 is #CFCFAC. Grayscale: #333333. Windows color (decimal): -13619117 or 5451824. OLE color: 5451824.

HSL color Cylindrical-coordinate representation of color #303053: hue angle of 240º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #303053 is Cyan = 0.42, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB484883-
CMYK0.420.4200.67
HSL240º26.72%25.69%-
HSV(B)240º42.17%32.55%-
XYZ3.843.378.63-
YUV51.99145.5125.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.82%
GREEN value IS 48 (19.14% from 255) = 26.82%
BLUE value IS 83 (32.81% from 255) = 46.37%
R=26.82%
G=26.82%
B=46.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4848830.420.4200.6724026.7225.69
Hex3030532A2A043f01b1a
Octal6060123525201033603332
Binary110000110000101001110101010101001000011111100001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303053; }

 p { color: rgb(48,48,83); }

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

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

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

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

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

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

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