#25295A

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

Shades of Lucky Point #25295A

Tints of Lucky Point #25295A

Color information

#25295A (or 0x25295A) is unknown color: approx Lucky Point. HEX triplet: 25, 29 and 5A. RGB value is (37,41,90). Sum of RGB (Red+Green+Blue) = 37+41+90=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #25295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25295A is #DAD6A5. Grayscale: #2D2D2D. Windows color (decimal): -14341798 or 5908773. OLE color: 5908773.

HSL color Cylindrical-coordinate representation of color #25295A: hue angle of 235.47º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25295A is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB374190-
CMYK0.590.5400.65
HSL235.47º41.73%24.9%-
HSV(B)235.47º58.89%35.29%-
XYZ3.42.7210.02-
YUV45.39153.17122.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.02%
GREEN value IS 41 (16.41% from 255) = 24.40%
BLUE value IS 90 (35.55% from 255) = 53.57%
R=22.02%
G=24.40%
B=53.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3741900.590.5400.65235.4741.7324.9
Hex25295A3B36041eb2a19
Octal4551132736601013535231
Binary1001011010011011010111011110110010000011110101110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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