#252C49

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

Shades of Lucky Point #252C49

Tints of Lucky Point #252C49

Color information

#252C49 (or 0x252C49) is unknown color: approx Lucky Point. HEX triplet: 25, 2C and 49. RGB value is (37,44,73). Sum of RGB (Red+Green+Blue) = 37+44+73=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 44 (17.58% from 255 or 28.57% from 154); Blue value is 73 (28.91% from 255 or 47.40% from 154); Max value from RGB is 73 - color contains mainly: blue. Hex color #252C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252C49 is #DAD3B6. Grayscale: #2D2D2D. Windows color (decimal): -14341047 or 4795429. OLE color: 4795429.

HSL color Cylindrical-coordinate representation of color #252C49: hue angle of 228.33º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #252C49 is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB374473-
CMYK0.490.4000.71
HSL228.33º32.73%21.57%-
HSV(B)228.33º49.32%28.63%-
XYZ2.872.686.67-
YUV45.21143.68122.14-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.03%
GREEN value IS 44 (17.58% from 255) = 28.57%
BLUE value IS 73 (28.91% from 255) = 47.40%
R=24.03%
G=28.57%
B=47.40%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3744730.490.4000.71228.3332.7321.57
Hex252C493128047e42116
Octal4554111615001073444126
Binary1001011011001001001110001101000010001111110010010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,44,73); }

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

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

 a { background-color: rgb(37,44,73); }

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

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

 span { border-color: rgb(37,44,73); }

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