Html Css Color HEX #293151 Lucky Point

📋 copy color: '#293151'

red 41 ◦ green 49 ◦ blue 81

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

Shades of Lucky Point #293151

Tints of Lucky Point #293151

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.65%

 BLUE value IS 81 (32.03% from 255) = 47.37%

R = 23.98%
G = 28.65%
B = 47.37%

CMYK

 C value IS 0.49

 M value IS 0.40

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#293151 (or 0x293151) is known color: Lucky Point. HEX triplet: 29, 31 and 51. RGB value is (41,49,81). Sum of RGB (Red+Green+Blue) = 41+49+81=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 81 (32.03% from 255 or 47.37% from 171); Max value from RGB is 81 - color contains mainly: blue. Hex color #293151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293151 is #D6CEAE. Grayscale: #323232. Windows color (decimal): -14077615 or 5321001. OLE color: 5321001.

HSL color Cylindrical-coordinate representation of color #293151: hue angle of 228º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #293151 is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 41 49 81 -
CMYK 0.49 0.40 0 0.68
HSL 228º 0.33% 0.24% -
HSV(B) 228º 0.49% 0.32% -
XYZ 3.5 3.26 8.23 -
YUV 50.26 145.35 121.4 -
System Red Green Blue C M Y K H S L
Decimal 41 49 81 0.49 0.40 0 0.68 228 0.33 0.24
Hex 29 31 51 31 28 0 44 E4 21 18
Octal 51 61 121 61 50 0 104 344 41 30
Binary 101001 110001 1010001 110001 101000 0 1000100 11100100 100001 11000

Color Harmonies of #293151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293151

Black with #293151

Text Example


Text Example

White with #293151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293151; }

 p { color: rgb(41,49,81); }

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

background-color css

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

 a { background-color: rgb(41,49,81); }

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

border-color css

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

 span { border-color: rgb(41,49,81); }

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