#252858

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

Shades of Lucky Point #252858

Tints of Lucky Point #252858

Color information

#252858 (or 0x252858) is unknown color: approx Lucky Point. HEX triplet: 25, 28 and 58. RGB value is (37,40,88). Sum of RGB (Red+Green+Blue) = 37+40+88=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 40 (16.02% from 255 or 24.24% from 165); Blue value is 88 (34.77% from 255 or 53.33% from 165); Max value from RGB is 88 - color contains mainly: blue. Hex color #252858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252858 is #DAD7A7. Grayscale: #2C2C2C. Windows color (decimal): -14342056 or 5777445. OLE color: 5777445.

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

Color convert

RGB374088-
CMYK0.580.5500.65
HSL236.47º40.8%24.51%-
HSV(B)236.47º57.95%34.51%-
XYZ3.282.629.56-
YUV44.57152.51122.6-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.42%
GREEN value IS 40 (16.02% from 255) = 24.24%
BLUE value IS 88 (34.77% from 255) = 53.33%
R=22.42%
G=24.24%
B=53.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3740880.580.5500.65236.4740.824.51
Hex2528583A37041ec2919
Octal4550130726701013545131
Binary1001011010001011000111010110111010000011110110010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252858; }

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

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

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

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

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

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

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

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