Html Css Color HEX #292C49 Lucky Point

📋 copy color: '#292C49'

red 41 ◦ green 44 ◦ blue 73

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

Shades of Lucky Point #292C49

Tints of Lucky Point #292C49

RGB

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

 GREEN value IS 44 (17.58% from 255) = 27.85%

 BLUE value IS 73 (28.91% from 255) = 46.2%

R = 25.95%
G = 27.85%
B = 46.2%

CMYK

 C value IS 0.44

 M value IS 0.40

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#292C49 (or 0x292C49) is known color: Lucky Point. HEX triplet: 29, 2C and 49. RGB value is (41,44,73). Sum of RGB (Red+Green+Blue) = 41+44+73=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 44 (17.58% from 255 or 27.85% from 158); Blue value is 73 (28.91% from 255 or 46.20% from 158); Max value from RGB is 73 - color contains mainly: blue. Hex color #292C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292C49 is #D6D3B6. Grayscale: #2E2E2E. Windows color (decimal): -14078903 or 4795433. OLE color: 4795433.

HSL color Cylindrical-coordinate representation of color #292C49: hue angle of 234.38º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #292C49 is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 41 44 73 -
CMYK 0.44 0.40 0 0.71
HSL 234.38º 0.28% 0.22% -
HSV(B) 234.38º 0.44% 0.29% -
XYZ 3.02 2.75 6.68 -
YUV 46.41 143.01 124.14 -
System Red Green Blue C M Y K H S L
Decimal 41 44 73 0.44 0.40 0 0.71 234.38 0.28 0.22
Hex 29 2C 49 2C 28 0 47 EA 1C 16
Octal 51 54 111 54 50 0 107 352 34 26
Binary 101001 101100 1001001 101100 101000 0 1000111 11101010 11100 10110

Color Harmonies of #292C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292C49

Black with #292C49

Text Example


Text Example

White with #292C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,44,73); }

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

background-color css

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

 a { background-color: rgb(41,44,73); }

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

border-color css

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

 span { border-color: rgb(41,44,73); }

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