Html Css Color HEX #292C48 Lucky Point

📋 copy color: '#292C48'

red 41 ◦ green 44 ◦ blue 72

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

Shades of Lucky Point #292C48

Tints of Lucky Point #292C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 45.86%

R = 26.11%
G = 28.03%
B = 45.86%

CMYK

 C value IS 0.43

 M value IS 0.39

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#292C48 (or 0x292C48) is known color: Lucky Point. HEX triplet: 29, 2C and 48. RGB value is (41,44,72). Sum of RGB (Red+Green+Blue) = 41+44+72=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 72 - color contains mainly: blue. Hex color #292C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292C48 is #D6D3B7. Grayscale: #2E2E2E. Windows color (decimal): -14078904 or 4729897. OLE color: 4729897.

HSL color Cylindrical-coordinate representation of color #292C48: hue angle of 234.19º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #292C48 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 41 44 72 -
CMYK 0.43 0.39 0 0.72
HSL 234.19º 0.27% 0.22% -
HSV(B) 234.19º 0.43% 0.28% -
XYZ 2.98 2.74 6.5 -
YUV 46.3 142.51 124.22 -
System Red Green Blue C M Y K H S L
Decimal 41 44 72 0.43 0.39 0 0.72 234.19 0.27 0.22
Hex 29 2C 48 2B 27 0 48 EA 1B 16
Octal 51 54 110 53 47 0 110 352 33 26
Binary 101001 101100 1001000 101011 100111 0 1001000 11101010 11011 10110

Color Harmonies of #292C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292C48

Black with #292C48

Text Example


Text Example

White with #292C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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