Html Css Color HEX #293152 Lucky Point

📋 copy color: '#293152'

red 41 ◦ green 49 ◦ blue 82

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

Shades of Lucky Point #293152

Tints of Lucky Point #293152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 47.67%

R = 23.84%
G = 28.49%
B = 47.67%

CMYK

 C value IS 0.50

 M value IS 0.40

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#293152 (or 0x293152) is known color: Lucky Point. HEX triplet: 29, 31 and 52. RGB value is (41,49,82). Sum of RGB (Red+Green+Blue) = 41+49+82=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 82 (32.42% from 255 or 47.67% from 172); Max value from RGB is 82 - color contains mainly: blue. Hex color #293152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293152 is #D6CEAD. Grayscale: #323232. Windows color (decimal): -14077614 or 5386537. OLE color: 5386537.

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

Color convert

RGB 41 49 82 -
CMYK 0.50 0.40 0 0.68
HSL 228.29º 0.33% 0.24% -
HSV(B) 228.29º 0.5% 0.32% -
XYZ 3.54 3.28 8.43 -
YUV 50.37 145.85 121.32 -
System Red Green Blue C M Y K H S L
Decimal 41 49 82 0.50 0.40 0 0.68 228.29 0.33 0.24
Hex 29 31 52 32 28 0 44 E4 21 18
Octal 51 61 122 62 50 0 104 344 41 30
Binary 101001 110001 1010010 110010 101000 0 1000100 11100100 100001 11000

Color Harmonies of #293152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293152

Black with #293152

Text Example


Text Example

White with #293152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293152; }

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

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

background-color css

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

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

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

border-color css

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

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

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