#25295C

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

Shades of Lucky Point #25295C

Tints of Lucky Point #25295C

Color information

#25295C (or 0x25295C) is unknown color: approx Lucky Point. HEX triplet: 25, 29 and 5C. RGB value is (37,41,92). Sum of RGB (Red+Green+Blue) = 37+41+92=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 92 (36.33% from 255 or 54.12% from 170); Max value from RGB is 92 - color contains mainly: blue. Hex color #25295C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25295C is #DAD6A3. Grayscale: #2D2D2D. Windows color (decimal): -14341796 or 6039845. OLE color: 6039845.

HSL color Cylindrical-coordinate representation of color #25295C: hue angle of 235.64º 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 #25295C is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB374192-
CMYK0.600.5500.64
HSL235.64º42.64%25.29%-
HSV(B)235.64º59.78%36.08%-
XYZ3.492.7510.47-
YUV45.62154.17121.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.76%
GREEN value IS 41 (16.41% from 255) = 24.12%
BLUE value IS 92 (36.33% from 255) = 54.12%
R=21.76%
G=24.12%
B=54.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3741920.600.5500.64235.6442.6425.29
Hex25295C3C37040ec2b19
Octal4551134746701003545331
Binary1001011010011011100111100110111010000001110110010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25295C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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