#293256

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

Shades of Lucky Point #293256

Tints of Lucky Point #293256

Color information

#293256 (or 0x293256) is unknown color: approx Lucky Point. HEX triplet: 29, 32 and 56. RGB value is (41,50,86). Sum of RGB (Red+Green+Blue) = 41+50+86=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 86 - color contains mainly: blue. Hex color #293256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293256 is #D6CDA9. Grayscale: #333333. Windows color (decimal): -14077354 or 5648937. OLE color: 5648937.

HSL color Cylindrical-coordinate representation of color #293256: hue angle of 228º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #293256 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB415086-
CMYK0.520.4200.66
HSL228º35.43%24.9%-
HSV(B)228º52.33%33.73%-
XYZ3.733.429.27-
YUV51.41147.52120.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.16%
GREEN value IS 50 (19.92% from 255) = 28.25%
BLUE value IS 86 (33.98% from 255) = 48.59%
R=23.16%
G=28.25%
B=48.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4150860.520.4200.6622835.4324.9
Hex293256342A042e42319
Octal5162126645201023444331
Binary1010011100101010110110100101010010000101110010010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293256; }

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

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

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

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

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

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

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

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