Html Css Color HEX #292C53 Lucky Point

📋 copy color: '#292C53'

red 41 ◦ green 44 ◦ blue 83

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

Shades of Lucky Point #292C53

Tints of Lucky Point #292C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 49.4%

R = 24.4%
G = 26.19%
B = 49.4%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#292C53 (or 0x292C53) is known color: Lucky Point. HEX triplet: 29, 2C and 53. RGB value is (41,44,83). Sum of RGB (Red+Green+Blue) = 41+44+83=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 83 (32.81% from 255 or 49.40% from 168); Max value from RGB is 83 - color contains mainly: blue. Hex color #292C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292C53 is #D6D3AC. Grayscale: #2F2F2F. Windows color (decimal): -14078893 or 5450793. OLE color: 5450793.

HSL color Cylindrical-coordinate representation of color #292C53: hue angle of 235.71º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #292C53 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 44 83 -
CMYK 0.51 0.47 0 0.67
HSL 235.71º 0.34% 0.24% -
HSV(B) 235.71º 0.51% 0.33% -
XYZ 3.38 2.9 8.56 -
YUV 47.55 148.01 123.33 -
System Red Green Blue C M Y K H S L
Decimal 41 44 83 0.51 0.47 0 0.67 235.71 0.34 0.24
Hex 29 2C 53 33 2F 0 43 EC 22 18
Octal 51 54 123 63 57 0 103 354 42 30
Binary 101001 101100 1010011 110011 101111 0 1000011 11101100 100010 11000

Color Harmonies of #292C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292C53

Black with #292C53

Text Example


Text Example

White with #292C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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