#25305F

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

Shades of Lucky Point #25305F

Tints of Lucky Point #25305F

Color information

#25305F (or 0x25305F) is unknown color: approx Lucky Point. HEX triplet: 25, 30 and 5F. RGB value is (37,48,95). Sum of RGB (Red+Green+Blue) = 37+48+95=180 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.56% from 180); Green value is 48 (19.14% from 255 or 26.67% from 180); Blue value is 95 (37.5% from 255 or 52.78% from 180); Max value from RGB is 95 - color contains mainly: blue. Hex color #25305F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25305F is #DACFA0. Grayscale: #313131. Windows color (decimal): -14340001 or 6238245. OLE color: 6238245.

HSL color Cylindrical-coordinate representation of color #25305F: hue angle of 228.62º 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 #25305F is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB374895-
CMYK0.610.4900.63
HSL228.62º43.94%25.88%-
HSV(B)228.62º61.05%37.25%-
XYZ3.893.3311.27-
YUV50.07153.36118.68-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.56%
GREEN value IS 48 (19.14% from 255) = 26.67%
BLUE value IS 95 (37.5% from 255) = 52.78%
R=20.56%
G=26.67%
B=52.78%

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
Decimal3748950.610.4900.63228.6243.9425.88
Hex25305F3D3103Fe52c1a
Octal456013775610773455432
Binary100101110000101111111110111000101111111110010110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25305F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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