Html Css Color HEX #292E5D Lucky Point

📋 copy color: '#292E5D'

red 41 ◦ green 46 ◦ blue 93

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

Shades of Lucky Point #292E5D

Tints of Lucky Point #292E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 51.67%

R = 22.78%
G = 25.56%
B = 51.67%

CMYK

 C value IS 0.56

 M value IS 0.51

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#292E5D (or 0x292E5D) is known color: Lucky Point. HEX triplet: 29, 2E and 5D. RGB value is (41,46,93). Sum of RGB (Red+Green+Blue) = 41+46+93=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 46 (18.36% from 255 or 25.56% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #292E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292E5D is #D6D1A2. Grayscale: #313131. Windows color (decimal): -14078371 or 6106665. OLE color: 6106665.

HSL color Cylindrical-coordinate representation of color #292E5D: hue angle of 234.23º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #292E5D is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 41 46 93 -
CMYK 0.56 0.51 0 0.64
HSL 234.23º 0.39% 0.26% -
HSV(B) 234.23º 0.56% 0.36% -
XYZ 3.87 3.22 10.77 -
YUV 49.86 152.34 121.68 -
System Red Green Blue C M Y K H S L
Decimal 41 46 93 0.56 0.51 0 0.64 234.23 0.39 0.26
Hex 29 2E 5D 38 33 0 40 EA 27 1A
Octal 51 56 135 70 63 0 100 352 47 32
Binary 101001 101110 1011101 111000 110011 0 1000000 11101010 100111 11010

Color Harmonies of #292E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292E5D

Black with #292E5D

Text Example


Text Example

White with #292E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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