#25275F

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

Shades of Lucky Point #25275F

Tints of Lucky Point #25275F

Color information

#25275F (or 0x25275F) is unknown color: approx Lucky Point. HEX triplet: 25, 27 and 5F. RGB value is (37,39,95). Sum of RGB (Red+Green+Blue) = 37+39+95=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 39 (15.62% from 255 or 22.81% from 171); Blue value is 95 (37.5% from 255 or 55.56% from 171); Max value from RGB is 95 - color contains mainly: blue. Hex color #25275F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25275F is #DAD8A0. Grayscale: #2C2C2C. Windows color (decimal): -14342305 or 6235941. OLE color: 6235941.

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

Color convert

RGB373995-
CMYK0.610.5900.63
HSL237.93º43.94%25.88%-
HSV(B)237.93º61.05%37.25%-
XYZ3.552.6711.15-
YUV44.79156.34122.45-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.64%
GREEN value IS 39 (15.62% from 255) = 22.81%
BLUE value IS 95 (37.5% from 255) = 55.56%
R=21.64%
G=22.81%
B=55.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3739950.610.5900.63237.9343.9425.88
Hex25275F3D3B03Fee2c1a
Octal454713775730773565432
Binary100101100111101111111110111101101111111110111010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25275F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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