Html Css Color HEX #292A53 Lucky Point

📋 copy color: '#292A53'

red 41 ◦ green 42 ◦ blue 83

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

Shades of Lucky Point #292A53

Tints of Lucky Point #292A53

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.3%

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

R = 24.7%
G = 25.3%
B = 50%

CMYK

 C value IS 0.51

 M value IS 0.49

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#292A53 (or 0x292A53) is known color: Lucky Point. HEX triplet: 29, 2A and 53. RGB value is (41,42,83). Sum of RGB (Red+Green+Blue) = 41+42+83=166 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.70% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #292A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292A53 is #D6D5AC. Grayscale: #2E2E2E. Windows color (decimal): -14079405 or 5450281. OLE color: 5450281.

HSL color Cylindrical-coordinate representation of color #292A53: hue angle of 238.57º 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 #292A53 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 42 83 -
CMYK 0.51 0.49 0 0.67
HSL 238.57º 0.34% 0.24% -
HSV(B) 238.57º 0.51% 0.33% -
XYZ 3.3 2.75 8.54 -
YUV 46.38 148.67 124.17 -
System Red Green Blue C M Y K H S L
Decimal 41 42 83 0.51 0.49 0 0.67 238.57 0.34 0.24
Hex 29 2A 53 33 31 0 43 EF 22 18
Octal 51 52 123 63 61 0 103 357 42 30
Binary 101001 101010 1010011 110011 110001 0 1000011 11101111 100010 11000

Color Harmonies of #292A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292A53

Black with #292A53

Text Example


Text Example

White with #292A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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