Html Css Color HEX #293050 Lucky Point

📋 copy color: '#293050'

red 41 ◦ green 48 ◦ blue 80

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

Shades of Lucky Point #293050

Tints of Lucky Point #293050

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.4%

 BLUE value IS 80 (31.64% from 255) = 47.34%

R = 24.26%
G = 28.4%
B = 47.34%

CMYK

 C value IS 0.49

 M value IS 0.40

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#293050 (or 0x293050) is known color: Lucky Point. HEX triplet: 29, 30 and 50. RGB value is (41,48,80). Sum of RGB (Red+Green+Blue) = 41+48+80=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 80 - color contains mainly: blue. Hex color #293050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293050 is #D6CFAF. Grayscale: #313131. Windows color (decimal): -14077872 or 5255209. OLE color: 5255209.

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

Color convert

RGB 41 48 80 -
CMYK 0.49 0.40 0 0.69
HSL 229.23º 0.32% 0.24% -
HSV(B) 229.23º 0.49% 0.31% -
XYZ 3.42 3.16 8.02 -
YUV 49.56 145.18 121.9 -
System Red Green Blue C M Y K H S L
Decimal 41 48 80 0.49 0.40 0 0.69 229.23 0.32 0.24
Hex 29 30 50 31 28 0 45 E5 20 18
Octal 51 60 120 61 50 0 105 345 40 30
Binary 101001 110000 1010000 110001 101000 0 1000101 11100101 100000 11000

Color Harmonies of #293050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293050

Black with #293050

Text Example


Text Example

White with #293050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293050; }

 p { color: rgb(41,48,80); }

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

background-color css

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

 a { background-color: rgb(41,48,80); }

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

border-color css

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

 span { border-color: rgb(41,48,80); }

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