#25264B

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

Shades of Lucky Point #25264B

Tints of Lucky Point #25264B

Color information

#25264B (or 0x25264B) is unknown color: approx Lucky Point. HEX triplet: 25, 26 and 4B. RGB value is (37,38,75). Sum of RGB (Red+Green+Blue) = 37+38+75=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 38 (15.23% from 255 or 25.33% from 150); Blue value is 75 (29.69% from 255 or 50% from 150); Max value from RGB is 75 - color contains mainly: blue. Hex color #25264B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25264B is #DAD9B4. Grayscale: #292929. Windows color (decimal): -14342581 or 4924965. OLE color: 4924965.

HSL color Cylindrical-coordinate representation of color #25264B: hue angle of 238.42º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #25264B is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB373875-
CMYK0.510.4900.71
HSL238.42º33.93%21.96%-
HSV(B)238.42º50.67%29.41%-
XYZ2.732.296.95-
YUV41.92146.67124.49-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.67%
GREEN value IS 38 (15.23% from 255) = 25.33%
BLUE value IS 75 (29.69% from 255) = 50%
R=24.67%
G=25.33%
B=50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3738750.510.4900.71238.4233.9321.96
Hex25264B3331047ee2216
Octal4546113636101073564226
Binary1001011001101001011110011110001010001111110111010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25264B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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