Html Css Color HEX #292E47 Lucky Point

📋 copy color: '#292E47'

red 41 ◦ green 46 ◦ blue 71

#292E47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky Point #292E47

Tints of Lucky Point #292E47

RGB

 RED value IS 41 (16.41% from 255) = 25.95%

 GREEN value IS 46 (18.36% from 255) = 29.11%

 BLUE value IS 71 (28.13% from 255) = 44.94%

R = 25.95%
G = 29.11%
B = 44.94%

CMYK

 C value IS 0.42

 M value IS 0.35

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#292E47 (or 0x292E47) is known color: Lucky Point. HEX triplet: 29, 2E and 47. RGB value is (41,46,71). Sum of RGB (Red+Green+Blue) = 41+46+71=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 71 (28.12% from 255 or 44.94% from 158); Max value from RGB is 71 - color contains mainly: blue. Hex color #292E47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292E47 is #D6D1B8. Grayscale: #2F2F2F. Windows color (decimal): -14078393 or 4664873. OLE color: 4664873.

HSL color Cylindrical-coordinate representation of color #292E47: hue angle of 230º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #292E47 is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 41 46 71 -
CMYK 0.42 0.35 0 0.72
HSL 230º 0.27% 0.22% -
HSV(B) 230º 0.42% 0.28% -
XYZ 3.03 2.88 6.36 -
YUV 47.36 141.34 123.47 -
System Red Green Blue C M Y K H S L
Decimal 41 46 71 0.42 0.35 0 0.72 230 0.27 0.22
Hex 29 2E 47 2A 23 0 48 E6 1B 16
Octal 51 56 107 52 43 0 110 346 33 26
Binary 101001 101110 1000111 101010 100011 0 1001000 11100110 11011 10110

Color Harmonies of #292E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292E47

Black with #292E47

Text Example


Text Example

White with #292E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,46,71); }

 H1.HeaderClassName
 {
   color: #292E47;
 }
 .AnyTagClassName
 {
   color: #292E47;
 }
</style>

background-color css

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

 a { background-color: rgb(41,46,71); }

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

border-color css

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

 span { border-color: rgb(41,46,71); }

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