Html Css Color HEX #293155 Lucky Point

📋 copy color: '#293155'

red 41 ◦ green 49 ◦ blue 85

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

Shades of Lucky Point #293155

Tints of Lucky Point #293155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 48.57%

R = 23.43%
G = 28%
B = 48.57%

CMYK

 C value IS 0.52

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#293155 (or 0x293155) is known color: Lucky Point. HEX triplet: 29, 31 and 55. RGB value is (41,49,85). Sum of RGB (Red+Green+Blue) = 41+49+85=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #293155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293155 is #D6CEAA. Grayscale: #323232. Windows color (decimal): -14077611 or 5583145. OLE color: 5583145.

HSL color Cylindrical-coordinate representation of color #293155: hue angle of 229.09º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #293155 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 49 85 -
CMYK 0.52 0.42 0 0.67
HSL 229.09º 0.35% 0.25% -
HSV(B) 229.09º 0.52% 0.33% -
XYZ 3.65 3.32 9.04 -
YUV 50.71 147.35 121.07 -
System Red Green Blue C M Y K H S L
Decimal 41 49 85 0.52 0.42 0 0.67 229.09 0.35 0.25
Hex 29 31 55 34 2A 0 43 E5 23 19
Octal 51 61 125 64 52 0 103 345 43 31
Binary 101001 110001 1010101 110100 101010 0 1000011 11100101 100011 11001

Color Harmonies of #293155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293155

Black with #293155

Text Example


Text Example

White with #293155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293155; }

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

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

background-color css

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

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

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

border-color css

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

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

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