#252654

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

Shades of Lucky Point #252654

Tints of Lucky Point #252654

Color information

#252654 (or 0x252654) is unknown color: approx Lucky Point. HEX triplet: 25, 26 and 54. RGB value is (37,38,84). Sum of RGB (Red+Green+Blue) = 37+38+84=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 84 (33.20% from 255 or 52.83% from 159); Max value from RGB is 84 - color contains mainly: blue. Hex color #252654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252654 is #DAD9AB. Grayscale: #2A2A2A. Windows color (decimal): -14342572 or 5514789. OLE color: 5514789.

HSL color Cylindrical-coordinate representation of color #252654: hue angle of 238.72º 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 #252654 is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB373884-
CMYK0.560.5500.67
HSL238.72º38.84%23.73%-
HSV(B)238.72º55.95%32.94%-
XYZ3.062.428.69-
YUV42.94151.17123.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.27%
GREEN value IS 38 (15.23% from 255) = 23.90%
BLUE value IS 84 (33.20% from 255) = 52.83%
R=23.27%
G=23.90%
B=52.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3738840.560.5500.67238.7238.8423.73
Hex2526543837043ef2718
Octal4546124706701033574730
Binary1001011001101010100111000110111010000111110111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252654; }

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

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

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

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

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

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

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

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