Html Css Color HEX #293153 Lucky Point

📋 copy color: '#293153'

red 41 ◦ green 49 ◦ blue 83

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

Shades of Lucky Point #293153

Tints of Lucky Point #293153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 47.98%

R = 23.7%
G = 28.32%
B = 47.98%

CMYK

 C value IS 0.51

 M value IS 0.41

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#293153 (or 0x293153) is known color: Lucky Point. HEX triplet: 29, 31 and 53. RGB value is (41,49,83). Sum of RGB (Red+Green+Blue) = 41+49+83=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 83 (32.81% from 255 or 47.98% from 173); Max value from RGB is 83 - color contains mainly: blue. Hex color #293153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293153 is #D6CEAC. Grayscale: #323232. Windows color (decimal): -14077613 or 5452073. OLE color: 5452073.

HSL color Cylindrical-coordinate representation of color #293153: hue angle of 228.57º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #293153 is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 49 83 -
CMYK 0.51 0.41 0 0.67
HSL 228.57º 0.34% 0.24% -
HSV(B) 228.57º 0.51% 0.33% -
XYZ 3.57 3.29 8.63 -
YUV 50.48 146.35 121.24 -
System Red Green Blue C M Y K H S L
Decimal 41 49 83 0.51 0.41 0 0.67 228.57 0.34 0.24
Hex 29 31 53 33 29 0 43 E5 22 18
Octal 51 61 123 63 51 0 103 345 42 30
Binary 101001 110001 1010011 110011 101001 0 1000011 11100101 100010 11000

Color Harmonies of #293153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293153

Black with #293153

Text Example


Text Example

White with #293153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293153; }

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

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

background-color css

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

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

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

border-color css

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

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

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