Html Css Color HEX #292E53 Lucky Point

📋 copy color: '#292E53'

red 41 ◦ green 46 ◦ blue 83

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

Shades of Lucky Point #292E53

Tints of Lucky Point #292E53

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.06%

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

R = 24.12%
G = 27.06%
B = 48.82%

CMYK

 C value IS 0.51

 M value IS 0.45

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#292E53 (or 0x292E53) is known color: Lucky Point. HEX triplet: 29, 2E and 53. RGB value is (41,46,83). Sum of RGB (Red+Green+Blue) = 41+46+83=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 46 (18.36% from 255 or 27.06% from 170); Blue value is 83 (32.81% from 255 or 48.82% from 170); Max value from RGB is 83 - color contains mainly: blue. Hex color #292E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292E53 is #D6D1AC. Grayscale: #303030. Windows color (decimal): -14078381 or 5451305. OLE color: 5451305.

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

Color convert

RGB 41 46 83 -
CMYK 0.51 0.45 0 0.67
HSL 232.86º 0.34% 0.24% -
HSV(B) 232.86º 0.51% 0.33% -
XYZ 3.45 3.05 8.59 -
YUV 48.72 147.34 122.49 -
System Red Green Blue C M Y K H S L
Decimal 41 46 83 0.51 0.45 0 0.67 232.86 0.34 0.24
Hex 29 2E 53 33 2D 0 43 E9 22 18
Octal 51 56 123 63 55 0 103 351 42 30
Binary 101001 101110 1010011 110011 101101 0 1000011 11101001 100010 11000

Color Harmonies of #292E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292E53

Black with #292E53

Text Example


Text Example

White with #292E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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