Html Css Color HEX #293359 Lucky Point

📋 copy color: '#293359'

red 41 ◦ green 51 ◦ blue 89

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

Shades of Lucky Point #293359

Tints of Lucky Point #293359

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.18%

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

R = 22.65%
G = 28.18%
B = 49.17%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#293359 (or 0x293359) is known color: Lucky Point. HEX triplet: 29, 33 and 59. RGB value is (41,51,89). Sum of RGB (Red+Green+Blue) = 41+51+89=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: blue. Hex color #293359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293359 is #D6CCA6. Grayscale: #343434. Windows color (decimal): -14077095 or 5845801. OLE color: 5845801.

HSL color Cylindrical-coordinate representation of color #293359: hue angle of 227.5º 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 #293359 is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 51 89 -
CMYK 0.54 0.43 0 0.65
HSL 227.5º 0.37% 0.25% -
HSV(B) 227.5º 0.54% 0.35% -
XYZ 3.9 3.56 9.93 -
YUV 52.34 148.69 119.91 -
System Red Green Blue C M Y K H S L
Decimal 41 51 89 0.54 0.43 0 0.65 227.5 0.37 0.25
Hex 29 33 59 36 2B 0 41 E4 25 19
Octal 51 63 131 66 53 0 101 344 45 31
Binary 101001 110011 1011001 110110 101011 0 1000001 11100100 100101 11001

Color Harmonies of #293359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293359

Black with #293359

Text Example


Text Example

White with #293359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293359; }

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

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

background-color css

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

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

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

border-color css

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

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

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