#253158

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

Shades of Lucky Point #253158

Tints of Lucky Point #253158

Color information

#253158 (or 0x253158) is unknown color: approx Lucky Point. HEX triplet: 25, 31 and 58. RGB value is (37,49,88). Sum of RGB (Red+Green+Blue) = 37+49+88=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #253158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253158 is #DACEA7. Grayscale: #313131. Windows color (decimal): -14339752 or 5779749. OLE color: 5779749.

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

Color convert

RGB374988-
CMYK0.580.4400.65
HSL225.88º40.8%24.51%-
HSV(B)225.88º57.95%34.51%-
XYZ3.623.299.68-
YUV49.86149.52118.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.26%
GREEN value IS 49 (19.53% from 255) = 28.16%
BLUE value IS 88 (34.77% from 255) = 50.57%
R=21.26%
G=28.16%
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
Decimal3749880.580.4400.65225.8840.824.51
Hex2531583A2C041e22919
Octal4561130725401013425131
Binary1001011100011011000111010101100010000011110001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253158; }

 p { color: rgb(37,49,88); }

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

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

 a { background-color: rgb(37,49,88); }

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

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

 span { border-color: rgb(37,49,88); }

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