#25305A

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

Shades of Lucky Point #25305A

Tints of Lucky Point #25305A

Color information

#25305A (or 0x25305A) is unknown color: approx Lucky Point. HEX triplet: 25, 30 and 5A. RGB value is (37,48,90). Sum of RGB (Red+Green+Blue) = 37+48+90=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #25305A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25305A is #DACFA5. Grayscale: #313131. Windows color (decimal): -14340006 or 5910565. OLE color: 5910565.

HSL color Cylindrical-coordinate representation of color #25305A: hue angle of 227.55º 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 #25305A is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB374890-
CMYK0.590.4700.65
HSL227.55º41.73%24.9%-
HSV(B)227.55º58.89%35.29%-
XYZ3.673.2510.11-
YUV49.5150.86119.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.14%
GREEN value IS 48 (19.14% from 255) = 27.43%
BLUE value IS 90 (35.55% from 255) = 51.43%
R=21.14%
G=27.43%
B=51.43%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3748900.590.4700.65227.5541.7324.9
Hex25305A3B2F041e42a19
Octal4560132735701013445231
Binary1001011100001011010111011101111010000011110010010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25305A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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