#25294F

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

Shades of Lucky Point #25294F

Tints of Lucky Point #25294F

Color information

#25294F (or 0x25294F) is unknown color: approx Lucky Point. HEX triplet: 25, 29 and 4F. RGB value is (37,41,79). Sum of RGB (Red+Green+Blue) = 37+41+79=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 79 (31.25% from 255 or 50.32% from 157); Max value from RGB is 79 - color contains mainly: blue. Hex color #25294F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25294F is #DAD6B0. Grayscale: #2B2B2B. Windows color (decimal): -14341809 or 5187877. OLE color: 5187877.

HSL color Cylindrical-coordinate representation of color #25294F: hue angle of 234.29º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #25294F is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB374179-
CMYK0.530.4800.69
HSL234.29º36.21%22.75%-
HSV(B)234.29º53.16%30.98%-
XYZ2.972.547.73-
YUV44.14147.67122.91-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.57%
GREEN value IS 41 (16.41% from 255) = 26.11%
BLUE value IS 79 (31.25% from 255) = 50.32%
R=23.57%
G=26.11%
B=50.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3741790.530.4800.69234.2936.2122.75
Hex25294F3530045ea2417
Octal4551117656001053524427
Binary1001011010011001111110101110000010001011110101010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25294F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25294F; }

 p { color: rgb(37,41,79); }

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

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

 a { background-color: rgb(37,41,79); }

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

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

 span { border-color: rgb(37,41,79); }

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