#292F4B

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

Shades of Lucky Point #292F4B

Tints of Lucky Point #292F4B

Color information

#292F4B (or 0x292F4B) is unknown color: approx Lucky Point. HEX triplet: 29, 2F and 4B. RGB value is (41,47,75). Sum of RGB (Red+Green+Blue) = 41+47+75=163 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.15% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 75 - color contains mainly: blue. Hex color #292F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292F4B is #D6D0B4. Grayscale: #303030. Windows color (decimal): -14078133 or 4927273. OLE color: 4927273.

HSL color Cylindrical-coordinate representation of color #292F4B: hue angle of 229.41º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #292F4B is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB414775-
CMYK0.450.3700.71
HSL229.41º29.31%22.75%-
HSV(B)229.41º45.33%29.41%-
XYZ3.23.017.07-
YUV48.4143.01122.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.15%
GREEN value IS 47 (18.75% from 255) = 28.83%
BLUE value IS 75 (29.69% from 255) = 46.01%
R=25.15%
G=28.83%
B=46.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4147750.450.3700.71229.4129.3122.75
Hex292F4B2D25047e51d17
Octal5157113554501073453527
Binary101001101111100101110110110010101000111111001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292F4B; }

 p { color: rgb(41,47,75); }

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

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

 a { background-color: rgb(41,47,75); }

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

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

 span { border-color: rgb(41,47,75); }

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