Html Css Color HEX #292B58 Lucky Point

📋 copy color: '#292B58'

red 41 ◦ green 43 ◦ blue 88

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

Shades of Lucky Point #292B58

Tints of Lucky Point #292B58

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25%

 BLUE value IS 88 (34.77% from 255) = 51.16%

R = 23.84%
G = 25%
B = 51.16%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#292B58 (or 0x292B58) is known color: Lucky Point. HEX triplet: 29, 2B and 58. RGB value is (41,43,88). Sum of RGB (Red+Green+Blue) = 41+43+88=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #292B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292B58 is #D6D4A7. Grayscale: #2F2F2F. Windows color (decimal): -14079144 or 5778217. OLE color: 5778217.

HSL color Cylindrical-coordinate representation of color #292B58: hue angle of 237.45º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #292B58 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 43 88 -
CMYK 0.53 0.51 0 0.65
HSL 237.45º 0.36% 0.25% -
HSV(B) 237.45º 0.53% 0.35% -
XYZ 3.54 2.9 9.61 -
YUV 47.53 150.84 123.34 -
System Red Green Blue C M Y K H S L
Decimal 41 43 88 0.53 0.51 0 0.65 237.45 0.36 0.25
Hex 29 2B 58 35 33 0 41 ED 24 19
Octal 51 53 130 65 63 0 101 355 44 31
Binary 101001 101011 1011000 110101 110011 0 1000001 11101101 100100 11001

Color Harmonies of #292B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292B58

Black with #292B58

Text Example


Text Example

White with #292B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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