#303056

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

Shades of Lucky Point #303056

Tints of Lucky Point #303056

Color information

#303056 (or 0x303056) is unknown color: approx Lucky Point. HEX triplet: 30, 30 and 56. RGB value is (48,48,86). Sum of RGB (Red+Green+Blue) = 48+48+86=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 86 (33.98% from 255 or 47.25% from 182); Max value from RGB is 86 - color contains mainly: blue. Hex color #303056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303056 is #CFCFA9. Grayscale: #343434. Windows color (decimal): -13619114 or 5648432. OLE color: 5648432.

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

Color convert

RGB484886-
CMYK0.440.4400.66
HSL240º28.36%26.27%-
HSV(B)240º44.19%33.73%-
XYZ3.963.419.25-
YUV52.33147124.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.37%
GREEN value IS 48 (19.14% from 255) = 26.37%
BLUE value IS 86 (33.98% from 255) = 47.25%
R=26.37%
G=26.37%
B=47.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4848860.440.4400.6624028.3626.27
Hex3030562C2C042f01c1a
Octal6060126545401023603432
Binary110000110000101011010110010110001000010111100001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303056; }

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

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

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

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

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

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

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

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