#25305D

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

Shades of Lucky Point #25305D

Tints of Lucky Point #25305D

Color information

#25305D (or 0x25305D) is unknown color: approx Lucky Point. HEX triplet: 25, 30 and 5D. RGB value is (37,48,93). Sum of RGB (Red+Green+Blue) = 37+48+93=178 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.79% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #25305D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25305D is #DACFA2. Grayscale: #313131. Windows color (decimal): -14340003 or 6107173. OLE color: 6107173.

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

Color convert

RGB374893-
CMYK0.600.4800.64
HSL228.21º43.08%25.49%-
HSV(B)228.21º60.22%36.47%-
XYZ3.83.310.79-
YUV49.84152.36118.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.79%
GREEN value IS 48 (19.14% from 255) = 26.97%
BLUE value IS 93 (36.72% from 255) = 52.25%
R=20.79%
G=26.97%
B=52.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3748930.600.4800.64228.2143.0825.49
Hex25305D3C30040e42b19
Octal4560135746001003445331
Binary1001011100001011101111100110000010000001110010010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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