#253059

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

Shades of Lucky Point #253059

Tints of Lucky Point #253059

Color information

#253059 (or 0x253059) is unknown color: approx Lucky Point. HEX triplet: 25, 30 and 59. RGB value is (37,48,89). Sum of RGB (Red+Green+Blue) = 37+48+89=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #253059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253059 is #DACFA6. Grayscale: #313131. Windows color (decimal): -14340007 or 5845029. OLE color: 5845029.

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

Color convert

RGB374889-
CMYK0.580.4600.65
HSL227.31º41.27%24.71%-
HSV(B)227.31º58.43%34.9%-
XYZ3.623.239.88-
YUV49.38150.36119.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.26%
GREEN value IS 48 (19.14% from 255) = 27.59%
BLUE value IS 89 (35.16% from 255) = 51.15%
R=21.26%
G=27.59%
B=51.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3748890.580.4600.65227.3141.2724.71
Hex2530593A2E041e32919
Octal4560131725601013435131
Binary1001011100001011001111010101110010000011110001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253059; }

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

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

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

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

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

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

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

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