#252E54

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

Shades of Lucky Point #252E54

Tints of Lucky Point #252E54

Color information

#252E54 (or 0x252E54) is unknown color: approx Lucky Point. HEX triplet: 25, 2E and 54. RGB value is (37,46,84). Sum of RGB (Red+Green+Blue) = 37+46+84=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 46 (18.36% from 255 or 27.54% from 167); Blue value is 84 (33.20% from 255 or 50.30% from 167); Max value from RGB is 84 - color contains mainly: blue. Hex color #252E54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252E54 is #DAD1AB. Grayscale: #2F2F2F. Windows color (decimal): -14340524 or 5516837. OLE color: 5516837.

HSL color Cylindrical-coordinate representation of color #252E54: hue angle of 228.51º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #252E54 is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB374684-
CMYK0.560.4500.67
HSL228.51º38.84%23.73%-
HSV(B)228.51º55.95%32.94%-
XYZ3.342.998.79-
YUV47.64148.52120.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.16%
GREEN value IS 46 (18.36% from 255) = 27.54%
BLUE value IS 84 (33.20% from 255) = 50.30%
R=22.16%
G=27.54%
B=50.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3746840.560.4500.67228.5138.8423.73
Hex252E54382D043e52718
Octal4556124705501033454730
Binary1001011011101010100111000101101010000111110010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,46,84); }

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

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

 a { background-color: rgb(37,46,84); }

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

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

 span { border-color: rgb(37,46,84); }

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