#25264F

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

Shades of Lucky Point #25264F

Tints of Lucky Point #25264F

Color information

#25264F (or 0x25264F) is unknown color: approx Lucky Point. HEX triplet: 25, 26 and 4F. RGB value is (37,38,79). Sum of RGB (Red+Green+Blue) = 37+38+79=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 79 (31.25% from 255 or 51.30% from 154); Max value from RGB is 79 - color contains mainly: blue. Hex color #25264F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25264F is #DAD9B0. Grayscale: #2A2A2A. Windows color (decimal): -14342577 or 5187109. OLE color: 5187109.

HSL color Cylindrical-coordinate representation of color #25264F: hue angle of 238.57º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #25264F is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB373879-
CMYK0.530.5200.69
HSL238.57º36.21%22.75%-
HSV(B)238.57º53.16%30.98%-
XYZ2.872.347.7-
YUV42.38148.67124.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.03%
GREEN value IS 38 (15.23% from 255) = 24.68%
BLUE value IS 79 (31.25% from 255) = 51.30%
R=24.03%
G=24.68%
B=51.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3738790.530.5200.69238.5736.2122.75
Hex25264F3534045ef2417
Octal4546117656401053574427
Binary1001011001101001111110101110100010001011110111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25264F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,38,79); }

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

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

 a { background-color: rgb(37,38,79); }

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

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

 span { border-color: rgb(37,38,79); }

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