#25305C

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

Shades of Lucky Point #25305C

Tints of Lucky Point #25305C

Color information

#25305C (or 0x25305C) is unknown color: approx Lucky Point. HEX triplet: 25, 30 and 5C. RGB value is (37,48,92). Sum of RGB (Red+Green+Blue) = 37+48+92=177 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.90% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 92 (36.33% from 255 or 51.98% from 177); Max value from RGB is 92 - color contains mainly: blue. Hex color #25305C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25305C is #DACFA3. Grayscale: #313131. Windows color (decimal): -14340004 or 6041637. OLE color: 6041637.

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

Color convert

RGB374892-
CMYK0.600.4800.64
HSL228º42.64%25.29%-
HSV(B)228º59.78%36.08%-
XYZ3.753.2810.56-
YUV49.73151.86118.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.90%
GREEN value IS 48 (19.14% from 255) = 27.12%
BLUE value IS 92 (36.33% from 255) = 51.98%
R=20.90%
G=27.12%
B=51.98%

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
Decimal3748920.600.4800.6422842.6425.29
Hex25305C3C30040e42b19
Octal4560134746001003445331
Binary1001011100001011100111100110000010000001110010010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25305C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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