#25294C

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

Shades of Lucky Point #25294C

Tints of Lucky Point #25294C

Color information

#25294C (or 0x25294C) is unknown color: approx Lucky Point. HEX triplet: 25, 29 and 4C. RGB value is (37,41,76). Sum of RGB (Red+Green+Blue) = 37+41+76=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 76 (30.08% from 255 or 49.35% from 154); Max value from RGB is 76 - color contains mainly: blue. Hex color #25294C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25294C is #DAD6B3. Grayscale: #2B2B2B. Windows color (decimal): -14341812 or 4991269. OLE color: 4991269.

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

Color convert

RGB374176-
CMYK0.510.4600.70
HSL233.85º34.51%22.16%-
HSV(B)233.85º51.32%29.8%-
XYZ2.862.57.17-
YUV43.79146.17123.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.03%
GREEN value IS 41 (16.41% from 255) = 26.62%
BLUE value IS 76 (30.08% from 255) = 49.35%
R=24.03%
G=26.62%
B=49.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3741760.510.4600.70233.8534.5122.16
Hex25294C332E046ea2316
Octal4551114635601063524326
Binary1001011010011001100110011101110010001101110101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25294C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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