#252C4E

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

Shades of Lucky Point #252C4E

Tints of Lucky Point #252C4E

Color information

#252C4E (or 0x252C4E) is unknown color: approx Lucky Point. HEX triplet: 25, 2C and 4E. RGB value is (37,44,78). Sum of RGB (Red+Green+Blue) = 37+44+78=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 78 - color contains mainly: blue. Hex color #252C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252C4E is #DAD3B1. Grayscale: #2D2D2D. Windows color (decimal): -14341042 or 5123109. OLE color: 5123109.

HSL color Cylindrical-coordinate representation of color #252C4E: hue angle of 229.76º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #252C4E is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB374478-
CMYK0.530.4400.69
HSL229.76º35.65%22.55%-
HSV(B)229.76º52.56%30.59%-
XYZ3.042.747.58-
YUV45.78146.18121.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.27%
GREEN value IS 44 (17.58% from 255) = 27.67%
BLUE value IS 78 (30.86% from 255) = 49.06%
R=23.27%
G=27.67%
B=49.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3744780.530.4400.69229.7635.6522.55
Hex252C4E352C045e62417
Octal4554116655401053464427
Binary1001011011001001110110101101100010001011110011010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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