#252D54

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

Shades of Lucky Point #252D54

Tints of Lucky Point #252D54

Color information

#252D54 (or 0x252D54) is unknown color: approx Lucky Point. HEX triplet: 25, 2D and 54. RGB value is (37,45,84). Sum of RGB (Red+Green+Blue) = 37+45+84=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 45 (17.97% from 255 or 27.11% from 166); Blue value is 84 (33.20% from 255 or 50.60% from 166); Max value from RGB is 84 - color contains mainly: blue. Hex color #252D54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252D54 is #DAD2AB. Grayscale: #2E2E2E. Windows color (decimal): -14340780 or 5516581. OLE color: 5516581.

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

Color convert

RGB374584-
CMYK0.560.4600.67
HSL229.79º38.84%23.73%-
HSV(B)229.79º55.95%32.94%-
XYZ3.32.918.78-
YUV47.05148.85120.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.29%
GREEN value IS 45 (17.97% from 255) = 27.11%
BLUE value IS 84 (33.20% from 255) = 50.60%
R=22.29%
G=27.11%
B=50.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3745840.560.4600.67229.7938.8423.73
Hex252D54382E043e62718
Octal4555124705601033464730
Binary1001011011011010100111000101110010000111110011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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