#25294A

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

Shades of Lucky Point #25294A

Tints of Lucky Point #25294A

Color information

#25294A (or 0x25294A) is unknown color: approx Lucky Point. HEX triplet: 25, 29 and 4A. RGB value is (37,41,74). Sum of RGB (Red+Green+Blue) = 37+41+74=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 74 (29.30% from 255 or 48.68% from 152); Max value from RGB is 74 - color contains mainly: blue. Hex color #25294A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25294A is #DAD6B5. Grayscale: #2B2B2B. Windows color (decimal): -14341814 or 4860197. OLE color: 4860197.

HSL color Cylindrical-coordinate representation of color #25294A: hue angle of 233.51º 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 #25294A is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB374174-
CMYK0.500.4500.71
HSL233.51º33.33%21.76%-
HSV(B)233.51º50%29.02%-
XYZ2.792.476.81-
YUV43.57145.17123.32-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.34%
GREEN value IS 41 (16.41% from 255) = 26.97%
BLUE value IS 74 (29.30% from 255) = 48.68%
R=24.34%
G=26.97%
B=48.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3741740.500.4500.71233.5133.3321.76
Hex25294A322D047ea2116
Octal4551112625501073524126
Binary1001011010011001010110010101101010001111110101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25294A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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