#253259

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

Shades of Lucky Point #253259

Tints of Lucky Point #253259

Color information

#253259 (or 0x253259) is unknown color: approx Lucky Point. HEX triplet: 25, 32 and 59. RGB value is (37,50,89). Sum of RGB (Red+Green+Blue) = 37+50+89=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #253259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253259 is #DACDA6. Grayscale: #323232. Windows color (decimal): -14339495 or 5845541. OLE color: 5845541.

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

Color convert

RGB375089-
CMYK0.580.4400.65
HSL225º41.27%24.71%-
HSV(B)225º58.43%34.9%-
XYZ3.713.49.91-
YUV50.56149.69118.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.02%
GREEN value IS 50 (19.92% from 255) = 28.41%
BLUE value IS 89 (35.16% from 255) = 50.57%
R=21.02%
G=28.41%
B=50.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3750890.580.4400.6522541.2724.71
Hex2532593A2C041e12919
Octal4562131725401013415131
Binary1001011100101011001111010101100010000011110000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253259; }

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

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

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

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

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

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

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

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