#252859

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

Shades of Lucky Point #252859

Tints of Lucky Point #252859

Color information

#252859 (or 0x252859) is unknown color: approx Lucky Point. HEX triplet: 25, 28 and 59. RGB value is (37,40,89). Sum of RGB (Red+Green+Blue) = 37+40+89=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 40 (16.02% from 255 or 24.10% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #252859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252859 is #DAD7A6. Grayscale: #2C2C2C. Windows color (decimal): -14342055 or 5842981. OLE color: 5842981.

HSL color Cylindrical-coordinate representation of color #252859: hue angle of 236.54º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #252859 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB374089-
CMYK0.580.5500.65
HSL236.54º41.27%24.71%-
HSV(B)236.54º58.43%34.9%-
XYZ3.322.639.78-
YUV44.69153.01122.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.29%
GREEN value IS 40 (16.02% from 255) = 24.10%
BLUE value IS 89 (35.16% from 255) = 53.61%
R=22.29%
G=24.10%
B=53.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3740890.580.5500.65236.5441.2724.71
Hex2528593A37041ed2919
Octal4550131726701013555131
Binary1001011010001011001111010110111010000011110110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252859; }

 p { color: rgb(37,40,89); }

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

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

 a { background-color: rgb(37,40,89); }

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

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

 span { border-color: rgb(37,40,89); }

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