Html Css Color HEX #29294D Lucky Point

📋 copy color: '#29294D'

red 41 ◦ green 41 ◦ blue 77

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

Shades of Lucky Point #29294D

Tints of Lucky Point #29294D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.79%

 BLUE value IS 77 (30.47% from 255) = 48.43%

R = 25.79%
G = 25.79%
B = 48.43%

CMYK

 C value IS 0.47

 M value IS 0.47

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#29294D (or 0x29294D) is known color: Lucky Point. HEX triplet: 29, 29 and 4D. RGB value is (41,41,77). Sum of RGB (Red+Green+Blue) = 41+41+77=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 77 (30.47% from 255 or 48.43% from 159); Max value from RGB is 77 - color contains mainly: blue. Hex color #29294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29294D is #D6D6B2. Grayscale: #2C2C2C. Windows color (decimal): -14079667 or 5056809. OLE color: 5056809.

HSL color Cylindrical-coordinate representation of color #29294D: hue angle of 240º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #29294D is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 41 41 77 -
CMYK 0.47 0.47 0 0.70
HSL 240º 0.31% 0.23% -
HSV(B) 240º 0.47% 0.3% -
XYZ 3.05 2.59 7.36 -
YUV 45.1 146 125.07 -
System Red Green Blue C M Y K H S L
Decimal 41 41 77 0.47 0.47 0 0.70 240 0.31 0.23
Hex 29 29 4D 2F 2F 0 46 F0 1F 17
Octal 51 51 115 57 57 0 106 360 37 27
Binary 101001 101001 1001101 101111 101111 0 1000110 11110000 11111 10111

Color Harmonies of #29294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29294D

Black with #29294D

Text Example


Text Example

White with #29294D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29294D; }

 p { color: rgb(41,41,77); }

 H1.HeaderClassName
 {
   color: #29294D;
 }
 .AnyTagClassName
 {
   color: #29294D;
 }
</style>

background-color css

<style>
 a { background-color: #29294D; }

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

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

border-color css

<style>
 span { border-color: #29294D; }

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

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