#25294D

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

Shades of Lucky Point #25294D

Tints of Lucky Point #25294D

Color information

#25294D (or 0x25294D) is unknown color: approx Lucky Point. HEX triplet: 25, 29 and 4D. RGB value is (37,41,77). Sum of RGB (Red+Green+Blue) = 37+41+77=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 77 (30.47% from 255 or 49.68% from 155); Max value from RGB is 77 - color contains mainly: blue. Hex color #25294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25294D is #DAD6B2. Grayscale: #2B2B2B. Windows color (decimal): -14341811 or 5056805. OLE color: 5056805.

HSL color Cylindrical-coordinate representation of color #25294D: hue angle of 234º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #25294D is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB374177-
CMYK0.520.4700.70
HSL234º35.09%22.35%-
HSV(B)234º51.95%30.2%-
XYZ2.92.527.35-
YUV43.91146.67123.07-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.87%
GREEN value IS 41 (16.41% from 255) = 26.45%
BLUE value IS 77 (30.47% from 255) = 49.68%
R=23.87%
G=26.45%
B=49.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3741770.520.4700.7023435.0922.35
Hex25294D342F046ea2316
Octal4551115645701063524326
Binary1001011010011001101110100101111010001101110101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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