#293057

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

Shades of Lucky Point #293057

Tints of Lucky Point #293057

Color information

#293057 (or 0x293057) is unknown color: approx Lucky Point. HEX triplet: 29, 30 and 57. RGB value is (41,48,87). Sum of RGB (Red+Green+Blue) = 41+48+87=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 87 (34.38% from 255 or 49.43% from 176); Max value from RGB is 87 - color contains mainly: blue. Hex color #293057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293057 is #D6CFA8. Grayscale: #323232. Windows color (decimal): -14077865 or 5713961. OLE color: 5713961.

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

Color convert

RGB414887-
CMYK0.530.4500.66
HSL230.87º35.94%25.1%-
HSV(B)230.87º52.87%34.12%-
XYZ3.693.279.45-
YUV50.35148.68121.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.30%
GREEN value IS 48 (19.14% from 255) = 27.27%
BLUE value IS 87 (34.38% from 255) = 49.43%
R=23.30%
G=27.27%
B=49.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4148870.530.4500.66230.8735.9425.1
Hex293057352D042e72419
Octal5160127655501023474431
Binary1010011100001010111110101101101010000101110011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293057; }

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

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

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

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

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

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

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

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