#25305E

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

Shades of Lucky Point #25305E

Tints of Lucky Point #25305E

Color information

#25305E (or 0x25305E) is unknown color: approx Lucky Point. HEX triplet: 25, 30 and 5E. RGB value is (37,48,94). Sum of RGB (Red+Green+Blue) = 37+48+94=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 94 (37.11% from 255 or 52.51% from 179); Max value from RGB is 94 - color contains mainly: blue. Hex color #25305E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25305E is #DACFA1. Grayscale: #313131. Windows color (decimal): -14340002 or 6172709. OLE color: 6172709.

HSL color Cylindrical-coordinate representation of color #25305E: hue angle of 228.42º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #25305E is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB374894-
CMYK0.610.4900.63
HSL228.42º43.51%25.69%-
HSV(B)228.42º60.64%36.86%-
XYZ3.843.3211.03-
YUV49.96152.86118.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.67%
GREEN value IS 48 (19.14% from 255) = 26.82%
BLUE value IS 94 (37.11% from 255) = 52.51%
R=20.67%
G=26.82%
B=52.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3748940.610.4900.63228.4243.5125.69
Hex25305E3D3103Fe42c1a
Octal456013675610773445432
Binary100101110000101111011110111000101111111110010010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25305E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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