#252959

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

Shades of Lucky Point #252959

Tints of Lucky Point #252959

Color information

#252959 (or 0x252959) is unknown color: approx Lucky Point. HEX triplet: 25, 29 and 59. RGB value is (37,41,89). Sum of RGB (Red+Green+Blue) = 37+41+89=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 89 (35.16% from 255 or 53.29% from 167); Max value from RGB is 89 - color contains mainly: blue. Hex color #252959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252959 is #DAD6A6. Grayscale: #2D2D2D. Windows color (decimal): -14341799 or 5843237. OLE color: 5843237.

HSL color Cylindrical-coordinate representation of color #252959: hue angle of 235.38º 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 #252959 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB374189-
CMYK0.580.5400.65
HSL235.38º41.27%24.71%-
HSV(B)235.38º58.43%34.9%-
XYZ3.362.79.8-
YUV45.28152.67122.1-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.16%
GREEN value IS 41 (16.41% from 255) = 24.55%
BLUE value IS 89 (35.16% from 255) = 53.29%
R=22.16%
G=24.55%
B=53.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3741890.580.5400.65235.3841.2724.71
Hex2529593A36041eb2919
Octal4551131726601013535131
Binary1001011010011011001111010110110010000011110101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252959; }

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

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

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

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

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

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

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

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