Html Css Color HEX #292E57 Lucky Point

📋 copy color: '#292E57'

red 41 ◦ green 46 ◦ blue 87

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

Shades of Lucky Point #292E57

Tints of Lucky Point #292E57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 50%

R = 23.56%
G = 26.44%
B = 50%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#292E57 (or 0x292E57) is known color: Lucky Point. HEX triplet: 29, 2E and 57. RGB value is (41,46,87). Sum of RGB (Red+Green+Blue) = 41+46+87=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 46 (18.36% from 255 or 26.44% from 174); Blue value is 87 (34.38% from 255 or 50% from 174); Max value from RGB is 87 - color contains mainly: blue. Hex color #292E57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292E57 is #D6D1A8. Grayscale: #313131. Windows color (decimal): -14078377 or 5713449. OLE color: 5713449.

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

Color convert

RGB 41 46 87 -
CMYK 0.53 0.47 0 0.66
HSL 233.48º 0.36% 0.25% -
HSV(B) 233.48º 0.53% 0.34% -
XYZ 3.61 3.11 9.43 -
YUV 49.18 149.34 122.17 -
System Red Green Blue C M Y K H S L
Decimal 41 46 87 0.53 0.47 0 0.66 233.48 0.36 0.25
Hex 29 2E 57 35 2F 0 42 E9 24 19
Octal 51 56 127 65 57 0 102 351 44 31
Binary 101001 101110 1010111 110101 101111 0 1000010 11101001 100100 11001

Color Harmonies of #292E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292E57

Black with #292E57

Text Example


Text Example

White with #292E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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