#252D4C

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

Shades of Lucky Point #252D4C

Tints of Lucky Point #252D4C

Color information

#252D4C (or 0x252D4C) is unknown color: approx Lucky Point. HEX triplet: 25, 2D and 4C. RGB value is (37,45,76). Sum of RGB (Red+Green+Blue) = 37+45+76=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 45 (17.97% from 255 or 28.48% from 158); Blue value is 76 (30.08% from 255 or 48.10% from 158); Max value from RGB is 76 - color contains mainly: blue. Hex color #252D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252D4C is #DAD2B3. Grayscale: #2E2E2E. Windows color (decimal): -14340788 or 4992293. OLE color: 4992293.

HSL color Cylindrical-coordinate representation of color #252D4C: hue angle of 227.69º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #252D4C is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB374576-
CMYK0.510.4100.70
HSL227.69º34.51%22.16%-
HSV(B)227.69º51.32%29.8%-
XYZ3.012.797.22-
YUV46.14144.85121.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.42%
GREEN value IS 45 (17.97% from 255) = 28.48%
BLUE value IS 76 (30.08% from 255) = 48.10%
R=23.42%
G=28.48%
B=48.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3745760.510.4100.70227.6934.5122.16
Hex252D4C3329046e42316
Octal4555114635101063444326
Binary1001011011011001100110011101001010001101110010010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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