Html Css Color HEX #293259 Lucky Point

📋 copy color: '#293259'

red 41 ◦ green 50 ◦ blue 89

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

Shades of Lucky Point #293259

Tints of Lucky Point #293259

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.78%

 BLUE value IS 89 (35.16% from 255) = 49.44%

R = 22.78%
G = 27.78%
B = 49.44%

CMYK

 C value IS 0.54

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#293259 (or 0x293259) is known color: Lucky Point. HEX triplet: 29, 32 and 59. RGB value is (41,50,89). Sum of RGB (Red+Green+Blue) = 41+50+89=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 89 (35.16% from 255 or 49.44% from 180); Max value from RGB is 89 - color contains mainly: blue. Hex color #293259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293259 is #D6CDA6. Grayscale: #333333. Windows color (decimal): -14077351 or 5845545. OLE color: 5845545.

HSL color Cylindrical-coordinate representation of color #293259: hue angle of 228.75º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #293259 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 50 89 -
CMYK 0.54 0.44 0 0.65
HSL 228.75º 0.37% 0.25% -
HSV(B) 228.75º 0.54% 0.35% -
XYZ 3.86 3.47 9.92 -
YUV 51.76 149.02 120.33 -
System Red Green Blue C M Y K H S L
Decimal 41 50 89 0.54 0.44 0 0.65 228.75 0.37 0.25
Hex 29 32 59 36 2C 0 41 E5 25 19
Octal 51 62 131 66 54 0 101 345 45 31
Binary 101001 110010 1011001 110110 101100 0 1000001 11100101 100101 11001

Color Harmonies of #293259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293259

Black with #293259

Text Example


Text Example

White with #293259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293259; }

 p { color: rgb(41,50,89); }

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

background-color css

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

 a { background-color: rgb(41,50,89); }

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

border-color css

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

 span { border-color: rgb(41,50,89); }

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