#25284A

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

Shades of Lucky Point #25284A

Tints of Lucky Point #25284A

Color information

#25284A (or 0x25284A) is unknown color: approx Lucky Point. HEX triplet: 25, 28 and 4A. RGB value is (37,40,74). Sum of RGB (Red+Green+Blue) = 37+40+74=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: blue. Hex color #25284A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25284A is #DAD7B5. Grayscale: #2A2A2A. Windows color (decimal): -14342070 or 4859941. OLE color: 4859941.

HSL color Cylindrical-coordinate representation of color #25284A: hue angle of 235.14º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #25284A is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB374074-
CMYK0.500.4600.71
HSL235.14º33.33%21.76%-
HSV(B)235.14º50%29.02%-
XYZ2.762.416.8-
YUV42.98145.51123.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.50%
GREEN value IS 40 (16.02% from 255) = 26.49%
BLUE value IS 74 (29.30% from 255) = 49.01%
R=24.50%
G=26.49%
B=49.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3740740.500.4600.71235.1433.3321.76
Hex25284A322E047eb2116
Octal4550112625601073534126
Binary1001011010001001010110010101110010001111110101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25284A; }

 p { color: rgb(37,40,74); }

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

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

 a { background-color: rgb(37,40,74); }

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

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

 span { border-color: rgb(37,40,74); }

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