#303057

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

Shades of Lucky Point #303057

Tints of Lucky Point #303057

Color information

#303057 (or 0x303057) is unknown color: approx Lucky Point. HEX triplet: 30, 30 and 57. RGB value is (48,48,87). Sum of RGB (Red+Green+Blue) = 48+48+87=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 87 (34.38% from 255 or 47.54% from 183); Max value from RGB is 87 - color contains mainly: blue. Hex color #303057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303057 is #CFCFA8. Grayscale: #343434. Windows color (decimal): -13619113 or 5713968. OLE color: 5713968.

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

Color convert

RGB484887-
CMYK0.450.4500.66
HSL240º28.89%26.47%-
HSV(B)240º44.83%34.12%-
XYZ43.439.47-
YUV52.45147.5124.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.23%
GREEN value IS 48 (19.14% from 255) = 26.23%
BLUE value IS 87 (34.38% from 255) = 47.54%
R=26.23%
G=26.23%
B=47.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4848870.450.4500.6624028.8926.47
Hex3030572D2D042f01d1a
Octal6060127555501023603532
Binary110000110000101011110110110110101000010111100001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303057; }

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

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

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

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

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

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

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

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