Html Css Color HEX #293157 Lucky Point

📋 copy color: '#293157'

red 41 ◦ green 49 ◦ blue 87

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

Shades of Lucky Point #293157

Tints of Lucky Point #293157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 49.15%

R = 23.16%
G = 27.68%
B = 49.15%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#293157 (or 0x293157) is known color: Lucky Point. HEX triplet: 29, 31 and 57. RGB value is (41,49,87). Sum of RGB (Red+Green+Blue) = 41+49+87=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 87 (34.38% from 255 or 49.15% from 177); Max value from RGB is 87 - color contains mainly: blue. Hex color #293157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293157 is #D6CEA8. Grayscale: #323232. Windows color (decimal): -14077609 or 5714217. OLE color: 5714217.

HSL color Cylindrical-coordinate representation of color #293157: hue angle of 229.57º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #293157 is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 41 49 87 -
CMYK 0.53 0.44 0 0.66
HSL 229.57º 0.36% 0.25% -
HSV(B) 229.57º 0.53% 0.34% -
XYZ 3.73 3.36 9.47 -
YUV 50.94 148.35 120.91 -
System Red Green Blue C M Y K H S L
Decimal 41 49 87 0.53 0.44 0 0.66 229.57 0.36 0.25
Hex 29 31 57 35 2C 0 42 E6 24 19
Octal 51 61 127 65 54 0 102 346 44 31
Binary 101001 110001 1010111 110101 101100 0 1000010 11100110 100100 11001

Color Harmonies of #293157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293157

Black with #293157

Text Example


Text Example

White with #293157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293157; }

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

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

background-color css

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

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

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

border-color css

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

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

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