Html Css Color HEX #292D5B Lucky Point

📋 copy color: '#292D5B'

red 41 ◦ green 45 ◦ blue 91

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

Shades of Lucky Point #292D5B

Tints of Lucky Point #292D5B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 25.42%

 BLUE value IS 91 (35.94% from 255) = 51.41%

R = 23.16%
G = 25.42%
B = 51.41%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#292D5B (or 0x292D5B) is known color: Lucky Point. HEX triplet: 29, 2D and 5B. RGB value is (41,45,91). Sum of RGB (Red+Green+Blue) = 41+45+91=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 45 (17.97% from 255 or 25.42% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #292D5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292D5B is #D6D2A4. Grayscale: #303030. Windows color (decimal): -14078629 or 5975337. OLE color: 5975337.

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

Color convert

RGB 41 45 91 -
CMYK 0.55 0.51 0 0.64
HSL 235.2º 0.38% 0.26% -
HSV(B) 235.2º 0.55% 0.36% -
XYZ 3.74 3.1 10.3 -
YUV 49.05 151.67 122.26 -
System Red Green Blue C M Y K H S L
Decimal 41 45 91 0.55 0.51 0 0.64 235.2 0.38 0.26
Hex 29 2D 5B 37 33 0 40 EB 26 1A
Octal 51 55 133 67 63 0 100 353 46 32
Binary 101001 101101 1011011 110111 110011 0 1000000 11101011 100110 11010

Color Harmonies of #292D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292D5B

Black with #292D5B

Text Example


Text Example

White with #292D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,45,91); }

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

background-color css

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

 a { background-color: rgb(41,45,91); }

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

border-color css

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

 span { border-color: rgb(41,45,91); }

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