#293054

Color #293054 Lucky Point (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky Point #293054

Tints of Lucky Point #293054

Color information

#293054 (or 0x293054) is unknown color: approx Lucky Point. HEX triplet: 29, 30 and 54. RGB value is (41,48,84). Sum of RGB (Red+Green+Blue) = 41+48+84=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 84 (33.20% from 255 or 48.55% from 173); Max value from RGB is 84 - color contains mainly: blue. Hex color #293054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293054 is #D6CFAB. Grayscale: #313131. Windows color (decimal): -14077868 or 5517353. OLE color: 5517353.

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

Color convert

RGB414884-
CMYK0.510.4300.67
HSL230.23º34.4%24.51%-
HSV(B)230.23º51.19%32.94%-
XYZ3.573.238.82-
YUV50.01147.18121.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.70%
GREEN value IS 48 (19.14% from 255) = 27.75%
BLUE value IS 84 (33.20% from 255) = 48.55%
R=23.70%
G=27.75%
B=48.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4148840.510.4300.67230.2334.424.51
Hex293054332B043e62219
Octal5160124635301033464231
Binary1010011100001010100110011101011010000111110011010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293054; }

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

 H1.HeaderClassName
 {
   color: #293054;
 }
 .AnyTagClassName
 {
   color: #293054;
 }
</style>
background-color css

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

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

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

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

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

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