#252958

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

Shades of Lucky Point #252958

Tints of Lucky Point #252958

Color information

#252958 (or 0x252958) is unknown color: approx Lucky Point. HEX triplet: 25, 29 and 58. RGB value is (37,41,88). Sum of RGB (Red+Green+Blue) = 37+41+88=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 88 (34.77% from 255 or 53.01% from 166); Max value from RGB is 88 - color contains mainly: blue. Hex color #252958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252958 is #DAD6A7. Grayscale: #2C2C2C. Windows color (decimal): -14341800 or 5777701. OLE color: 5777701.

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

Color convert

RGB374188-
CMYK0.580.5300.65
HSL235.29º40.8%24.51%-
HSV(B)235.29º57.95%34.51%-
XYZ3.322.689.58-
YUV45.16152.17122.18-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.29%
GREEN value IS 41 (16.41% from 255) = 24.70%
BLUE value IS 88 (34.77% from 255) = 53.01%
R=22.29%
G=24.70%
B=53.01%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3741880.580.5300.65235.2940.824.51
Hex2529583A35041eb2919
Octal4551130726501013535131
Binary1001011010011011000111010110101010000011110101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252958; }

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

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

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

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

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

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

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

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