#2F304D

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

Shades of Lucky Point #2F304D

Tints of Lucky Point #2F304D

Color information

#2F304D (or 0x2F304D) is unknown color: approx Lucky Point. HEX triplet: 2F, 30 and 4D. RGB value is (47,48,77). Sum of RGB (Red+Green+Blue) = 47+48+77=172 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.33% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #2F304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F304D is #D0CFB2. Grayscale: #323232. Windows color (decimal): -13684659 or 5058607. OLE color: 5058607.

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

Color convert

RGB474877-
CMYK0.390.3800.70
HSL238º24.19%24.31%-
HSV(B)238º38.96%30.2%-
XYZ3.573.257.46-
YUV51.01142.67125.14-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.33%
GREEN value IS 48 (19.14% from 255) = 27.91%
BLUE value IS 77 (30.47% from 255) = 44.77%
R=27.33%
G=27.91%
B=44.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4748770.390.3800.7023824.1924.31
Hex2F304D2726046ee1818
Octal5760115474601063563030
Binary101111110000100110110011110011001000110111011101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F304D; }

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

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

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

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

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

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

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

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