#292B55

Color #292B55 Lucky Point (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky Point #292B55

Tints of Lucky Point #292B55

Color information

#292B55 (or 0x292B55) is unknown color: approx Lucky Point. HEX triplet: 29, 2B and 55. RGB value is (41,43,85). Sum of RGB (Red+Green+Blue) = 41+43+85=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 85 (33.59% from 255 or 50.30% from 169); Max value from RGB is 85 - color contains mainly: blue. Hex color #292B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292B55 is #D6D4AA. Grayscale: #2F2F2F. Windows color (decimal): -14079147 or 5581609. OLE color: 5581609.

HSL color Cylindrical-coordinate representation of color #292B55: hue angle of 237.27º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #292B55 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB414385-
CMYK0.520.4900.67
HSL237.27º34.92%24.71%-
HSV(B)237.27º51.76%33.33%-
XYZ3.422.868.97-
YUV47.19149.34123.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.26%
GREEN value IS 43 (17.19% from 255) = 25.44%
BLUE value IS 85 (33.59% from 255) = 50.30%
R=24.26%
G=25.44%
B=50.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4143850.520.4900.67237.2734.9224.71
Hex292B553431043ed2319
Octal5153125646101033554331
Binary1010011010111010101110100110001010000111110110110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,43,85); }

 H1.HeaderClassName
 {
   color: #292B55;
 }
 .AnyTagClassName
 {
   color: #292B55;
 }
</style>
background-color css

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

 a { background-color: rgb(41,43,85); }

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

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

 span { border-color: rgb(41,43,85); }

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