#303150

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

Shades of Lucky Point #303150

Tints of Lucky Point #303150

Color information

#303150 (or 0x303150) is unknown color: approx Lucky Point. HEX triplet: 30, 31 and 50. RGB value is (48,49,80). Sum of RGB (Red+Green+Blue) = 48+49+80=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 80 (31.64% from 255 or 45.20% from 177); Max value from RGB is 80 - color contains mainly: blue. Hex color #303150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303150 is #CFCEAF. Grayscale: #343434. Windows color (decimal): -13618864 or 5255472. OLE color: 5255472.

HSL color Cylindrical-coordinate representation of color #303150: hue angle of 238.12º 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 #303150 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB484980-
CMYK0.400.3900.69
HSL238.12º25%25.1%-
HSV(B)238.12º40%31.37%-
XYZ3.773.48.05-
YUV52.24143.67124.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.12%
GREEN value IS 49 (19.53% from 255) = 27.68%
BLUE value IS 80 (31.64% from 255) = 45.20%
R=27.12%
G=27.68%
B=45.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4849800.400.3900.69238.122525.1
Hex3031502827045ee1919
Octal6061120504701053563131
Binary110000110001101000010100010011101000101111011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303150; }

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

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

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

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

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

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

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

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