Html Css Color HEX #293053 Lucky Point

📋 copy color: '#293053'

red 41 ◦ green 48 ◦ blue 83

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

Shades of Lucky Point #293053

Tints of Lucky Point #293053

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.91%

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

R = 23.84%
G = 27.91%
B = 48.26%

CMYK

 C value IS 0.51

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#293053 (or 0x293053) is known color: Lucky Point. HEX triplet: 29, 30 and 53. RGB value is (41,48,83). Sum of RGB (Red+Green+Blue) = 41+48+83=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 83 (32.81% from 255 or 48.26% from 172); Max value from RGB is 83 - color contains mainly: blue. Hex color #293053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293053 is #D6CFAC. Grayscale: #313131. Windows color (decimal): -14077869 or 5451817. OLE color: 5451817.

HSL color Cylindrical-coordinate representation of color #293053: hue angle of 230º 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 #293053 is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 48 83 -
CMYK 0.51 0.42 0 0.67
HSL 230º 0.34% 0.24% -
HSV(B) 230º 0.51% 0.33% -
XYZ 3.53 3.21 8.62 -
YUV 49.9 146.68 121.65 -
System Red Green Blue C M Y K H S L
Decimal 41 48 83 0.51 0.42 0 0.67 230 0.34 0.24
Hex 29 30 53 33 2A 0 43 E6 22 18
Octal 51 60 123 63 52 0 103 346 42 30
Binary 101001 110000 1010011 110011 101010 0 1000011 11100110 100010 11000

Color Harmonies of #293053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293053

Black with #293053

Text Example


Text Example

White with #293053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293053; }

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

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

background-color css

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

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

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

border-color css

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

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

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