#25295D

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

Shades of Lucky Point #25295D

Tints of Lucky Point #25295D

Color information

#25295D (or 0x25295D) is unknown color: approx Lucky Point. HEX triplet: 25, 29 and 5D. RGB value is (37,41,93). Sum of RGB (Red+Green+Blue) = 37+41+93=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #25295D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25295D is #DAD6A2. Grayscale: #2D2D2D. Windows color (decimal): -14341795 or 6105381. OLE color: 6105381.

HSL color Cylindrical-coordinate representation of color #25295D: hue angle of 235.71º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #25295D is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB374193-
CMYK0.600.5600.64
HSL235.71º43.08%25.49%-
HSV(B)235.71º60.22%36.47%-
XYZ3.532.7710.7-
YUV45.73154.67121.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.64%
GREEN value IS 41 (16.41% from 255) = 23.98%
BLUE value IS 93 (36.72% from 255) = 54.39%
R=21.64%
G=23.98%
B=54.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3741930.600.5600.64235.7143.0825.49
Hex25295D3C38040ec2b19
Octal4551135747001003545331
Binary1001011010011011101111100111000010000001110110010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25295D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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