Html Css Color HEX #293253 Lucky Point

📋 copy color: '#293253'

red 41 ◦ green 50 ◦ blue 83

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

Shades of Lucky Point #293253

Tints of Lucky Point #293253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 47.7%

R = 23.56%
G = 28.74%
B = 47.7%

CMYK

 C value IS 0.51

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#293253 (or 0x293253) is known color: Lucky Point. HEX triplet: 29, 32 and 53. RGB value is (41,50,83). Sum of RGB (Red+Green+Blue) = 41+50+83=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 83 (32.81% from 255 or 47.70% from 174); Max value from RGB is 83 - color contains mainly: blue. Hex color #293253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293253 is #D6CDAC. Grayscale: #323232. Windows color (decimal): -14077357 or 5452329. OLE color: 5452329.

HSL color Cylindrical-coordinate representation of color #293253: hue angle of 227.14º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #293253 is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 50 83 -
CMYK 0.51 0.40 0 0.67
HSL 227.14º 0.34% 0.24% -
HSV(B) 227.14º 0.51% 0.33% -
XYZ 3.62 3.38 8.64 -
YUV 51.07 146.02 120.82 -
System Red Green Blue C M Y K H S L
Decimal 41 50 83 0.51 0.40 0 0.67 227.14 0.34 0.24
Hex 29 32 53 33 28 0 43 E3 22 18
Octal 51 62 123 63 50 0 103 343 42 30
Binary 101001 110010 1010011 110011 101000 0 1000011 11100011 100010 11000

Color Harmonies of #293253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293253

Black with #293253

Text Example


Text Example

White with #293253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293253; }

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

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

background-color css

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

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

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

border-color css

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

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

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