Html Css Color HEX #29304F Lucky Point

📋 copy color: '#29304F'

red 41 ◦ green 48 ◦ blue 79

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

Shades of Lucky Point #29304F

Tints of Lucky Point #29304F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.57%

 BLUE value IS 79 (31.25% from 255) = 47.02%

R = 24.4%
G = 28.57%
B = 47.02%

CMYK

 C value IS 0.48

 M value IS 0.39

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#29304F (or 0x29304F) is known color: Lucky Point. HEX triplet: 29, 30 and 4F. RGB value is (41,48,79). Sum of RGB (Red+Green+Blue) = 41+48+79=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 79 (31.25% from 255 or 47.02% from 168); Max value from RGB is 79 - color contains mainly: blue. Hex color #29304F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29304F is #D6CFB0. Grayscale: #313131. Windows color (decimal): -14077873 or 5189673. OLE color: 5189673.

HSL color Cylindrical-coordinate representation of color #29304F: hue angle of 228.95º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #29304F is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 41 48 79 -
CMYK 0.48 0.39 0 0.69
HSL 228.95º 0.32% 0.24% -
HSV(B) 228.95º 0.48% 0.31% -
XYZ 3.38 3.15 7.83 -
YUV 49.44 144.68 121.98 -
System Red Green Blue C M Y K H S L
Decimal 41 48 79 0.48 0.39 0 0.69 228.95 0.32 0.24
Hex 29 30 4F 30 27 0 45 E5 20 18
Octal 51 60 117 60 47 0 105 345 40 30
Binary 101001 110000 1001111 110000 100111 0 1000101 11100101 100000 11000

Color Harmonies of #29304F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29304F

Black with #29304F

Text Example


Text Example

White with #29304F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29304F; }

 p { color: rgb(41,48,79); }

 H1.HeaderClassName
 {
   color: #29304F;
 }
 .AnyTagClassName
 {
   color: #29304F;
 }
</style>

background-color css

<style>
 a { background-color: #29304F; }

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

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

border-color css

<style>
 span { border-color: #29304F; }

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

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