Html Css Color HEX #292F50 Lucky Point

📋 copy color: '#292F50'

red 41 ◦ green 47 ◦ blue 80

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

Shades of Lucky Point #292F50

Tints of Lucky Point #292F50

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.98%

 BLUE value IS 80 (31.64% from 255) = 47.62%

R = 24.4%
G = 27.98%
B = 47.62%

CMYK

 C value IS 0.49

 M value IS 0.41

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#292F50 (or 0x292F50) is known color: Lucky Point. HEX triplet: 29, 2F and 50. RGB value is (41,47,80). Sum of RGB (Red+Green+Blue) = 41+47+80=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 80 (31.64% from 255 or 47.62% from 168); Max value from RGB is 80 - color contains mainly: blue. Hex color #292F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292F50 is #D6D0AF. Grayscale: #303030. Windows color (decimal): -14078128 or 5254953. OLE color: 5254953.

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

Color convert

RGB 41 47 80 -
CMYK 0.49 0.41 0 0.69
HSL 230.77º 0.32% 0.24% -
HSV(B) 230.77º 0.49% 0.31% -
XYZ 3.38 3.08 8.01 -
YUV 48.97 145.51 122.32 -
System Red Green Blue C M Y K H S L
Decimal 41 47 80 0.49 0.41 0 0.69 230.77 0.32 0.24
Hex 29 2F 50 31 29 0 45 E7 20 18
Octal 51 57 120 61 51 0 105 347 40 30
Binary 101001 101111 1010000 110001 101001 0 1000101 11100111 100000 11000

Color Harmonies of #292F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292F50

Black with #292F50

Text Example


Text Example

White with #292F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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