Html Css Color HEX #292D57 Lucky Point

📋 copy color: '#292D57'

red 41 ◦ green 45 ◦ blue 87

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

Shades of Lucky Point #292D57

Tints of Lucky Point #292D57

RGB

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

 GREEN value IS 45 (17.97% from 255) = 26.01%

 BLUE value IS 87 (34.38% from 255) = 50.29%

R = 23.7%
G = 26.01%
B = 50.29%

CMYK

 C value IS 0.53

 M value IS 0.48

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#292D57 (or 0x292D57) is known color: Lucky Point. HEX triplet: 29, 2D and 57. RGB value is (41,45,87). Sum of RGB (Red+Green+Blue) = 41+45+87=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 45 (17.97% from 255 or 26.01% from 173); Blue value is 87 (34.38% from 255 or 50.29% from 173); Max value from RGB is 87 - color contains mainly: blue. Hex color #292D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292D57 is #D6D2A8. Grayscale: #303030. Windows color (decimal): -14078633 or 5713193. OLE color: 5713193.

HSL color Cylindrical-coordinate representation of color #292D57: hue angle of 234.78º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #292D57 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 41 45 87 -
CMYK 0.53 0.48 0 0.66
HSL 234.78º 0.36% 0.25% -
HSV(B) 234.78º 0.53% 0.34% -
XYZ 3.57 3.04 9.41 -
YUV 48.59 149.67 122.58 -
System Red Green Blue C M Y K H S L
Decimal 41 45 87 0.53 0.48 0 0.66 234.78 0.36 0.25
Hex 29 2D 57 35 30 0 42 EB 24 19
Octal 51 55 127 65 60 0 102 353 44 31
Binary 101001 101101 1010111 110101 110000 0 1000010 11101011 100100 11001

Color Harmonies of #292D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292D57

Black with #292D57

Text Example


Text Example

White with #292D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,45,87); }

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

background-color css

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

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

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

border-color css

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

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

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