#252A49

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

Shades of Lucky Point #252A49

Tints of Lucky Point #252A49

Color information

#252A49 (or 0x252A49) is unknown color: approx Lucky Point. HEX triplet: 25, 2A and 49. RGB value is (37,42,73). Sum of RGB (Red+Green+Blue) = 37+42+73=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 42 (16.80% from 255 or 27.63% from 152); Blue value is 73 (28.91% from 255 or 48.03% from 152); Max value from RGB is 73 - color contains mainly: blue. Hex color #252A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252A49 is #DAD5B6. Grayscale: #2B2B2B. Windows color (decimal): -14341559 or 4794917. OLE color: 4794917.

HSL color Cylindrical-coordinate representation of color #252A49: hue angle of 231.67º 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 #252A49 is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB374273-
CMYK0.490.4200.71
HSL231.67º32.73%21.57%-
HSV(B)231.67º49.32%28.63%-
XYZ2.792.536.64-
YUV44.04144.34122.98-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.34%
GREEN value IS 42 (16.80% from 255) = 27.63%
BLUE value IS 73 (28.91% from 255) = 48.03%
R=24.34%
G=27.63%
B=48.03%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3742730.490.4200.71231.6732.7321.57
Hex252A49312A047e82116
Octal4552111615201073504126
Binary1001011010101001001110001101010010001111110100010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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