#252D5E

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

Shades of Lucky Point #252D5E

Tints of Lucky Point #252D5E

Color information

#252D5E (or 0x252D5E) is unknown color: approx Lucky Point. HEX triplet: 25, 2D and 5E. RGB value is (37,45,94). Sum of RGB (Red+Green+Blue) = 37+45+94=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 94 (37.11% from 255 or 53.41% from 176); Max value from RGB is 94 - color contains mainly: blue. Hex color #252D5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252D5E is #DAD2A1. Grayscale: #2F2F2F. Windows color (decimal): -14340770 or 6171941. OLE color: 6171941.

HSL color Cylindrical-coordinate representation of color #252D5E: hue angle of 231.58º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #252D5E is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB374594-
CMYK0.610.5200.63
HSL231.58º43.51%25.69%-
HSV(B)231.58º60.64%36.86%-
XYZ3.723.0810.99-
YUV48.19153.85120.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.02%
GREEN value IS 45 (17.97% from 255) = 25.57%
BLUE value IS 94 (37.11% from 255) = 53.41%
R=21.02%
G=25.57%
B=53.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3745940.610.5200.63231.5843.5125.69
Hex252D5E3D3403Fe82c1a
Octal455513675640773505432
Binary100101101101101111011110111010001111111110100010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252D5E; }

 p { color: rgb(37,45,94); }

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

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

 a { background-color: rgb(37,45,94); }

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

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

 span { border-color: rgb(37,45,94); }

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