#302F4C

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

Shades of Lucky Point #302F4C

Tints of Lucky Point #302F4C

Color information

#302F4C (or 0x302F4C) is unknown color: approx Lucky Point. HEX triplet: 30, 2F and 4C. RGB value is (48,47,76). Sum of RGB (Red+Green+Blue) = 48+47+76=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 76 (30.08% from 255 or 44.44% from 171); Max value from RGB is 76 - color contains mainly: blue. Hex color #302F4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302F4C is #CFD0B3. Grayscale: #323232. Windows color (decimal): -13619380 or 4992816. OLE color: 4992816.

HSL color Cylindrical-coordinate representation of color #302F4C: hue angle of 242.07º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #302F4C is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB484776-
CMYK0.370.3800.70
HSL242.07º23.58%24.12%-
HSV(B)242.07º38.16%29.8%-
XYZ3.543.187.27-
YUV50.6142.33126.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.07%
GREEN value IS 47 (18.75% from 255) = 27.49%
BLUE value IS 76 (30.08% from 255) = 44.44%
R=28.07%
G=27.49%
B=44.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4847760.370.3800.70242.0723.5824.12
Hex302F4C2526046f21818
Octal6057114454601063623030
Binary110000101111100110010010110011001000110111100101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302F4C; }

 p { color: rgb(48,47,76); }

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

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

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

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

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

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

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