#293060

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

Shades of Lucky Point #293060

Tints of Lucky Point #293060

Color information

#293060 (or 0x293060) is unknown color: approx Lucky Point. HEX triplet: 29, 30 and 60. RGB value is (41,48,96). Sum of RGB (Red+Green+Blue) = 41+48+96=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #293060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293060 is #D6CF9F. Grayscale: #333333. Windows color (decimal): -14077856 or 6303785. OLE color: 6303785.

HSL color Cylindrical-coordinate representation of color #293060: hue angle of 232.36º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #293060 is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB414896-
CMYK0.570.5000.62
HSL232.36º40.15%26.86%-
HSV(B)232.36º57.29%37.65%-
XYZ4.083.4311.51-
YUV51.38153.18120.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.16%
GREEN value IS 48 (19.14% from 255) = 25.95%
BLUE value IS 96 (37.89% from 255) = 51.89%
R=22.16%
G=25.95%
B=51.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4148960.570.5000.62232.3640.1526.86
Hex293060393203Ee8281b
Octal516014071620763505033
Binary101001110000110000011100111001001111101110100010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293060; }

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

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

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

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

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

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

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

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