Html Css Color HEX #292B5E Lucky Point

📋 copy color: '#292B5E'

red 41 ◦ green 43 ◦ blue 94

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

Shades of Lucky Point #292B5E

Tints of Lucky Point #292B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 52.81%

R = 23.03%
G = 24.16%
B = 52.81%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#292B5E (or 0x292B5E) is known color: Lucky Point. HEX triplet: 29, 2B and 5E. RGB value is (41,43,94). Sum of RGB (Red+Green+Blue) = 41+43+94=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 43 (17.19% from 255 or 24.16% from 178); Blue value is 94 (37.11% from 255 or 52.81% from 178); Max value from RGB is 94 - color contains mainly: blue. Hex color #292B5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292B5E is #D6D4A1. Grayscale: #303030. Windows color (decimal): -14079138 or 6171433. OLE color: 6171433.

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

Color convert

RGB 41 43 94 -
CMYK 0.56 0.54 0 0.63
HSL 237.74º 0.39% 0.26% -
HSV(B) 237.74º 0.56% 0.37% -
XYZ 3.8 3.01 10.97 -
YUV 48.22 153.84 122.85 -
System Red Green Blue C M Y K H S L
Decimal 41 43 94 0.56 0.54 0 0.63 237.74 0.39 0.26
Hex 29 2B 5E 38 36 0 3F EE 27 1A
Octal 51 53 136 70 66 0 77 356 47 32
Binary 101001 101011 1011110 111000 110110 0 111111 11101110 100111 11010

Color Harmonies of #292B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292B5E

Black with #292B5E

Text Example


Text Example

White with #292B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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