#252A54

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

Shades of Lucky Point #252A54

Tints of Lucky Point #252A54

Color information

#252A54 (or 0x252A54) is unknown color: approx Lucky Point. HEX triplet: 25, 2A and 54. RGB value is (37,42,84). Sum of RGB (Red+Green+Blue) = 37+42+84=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 42 (16.80% from 255 or 25.77% from 163); Blue value is 84 (33.20% from 255 or 51.53% from 163); Max value from RGB is 84 - color contains mainly: blue. Hex color #252A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252A54 is #DAD5AB. Grayscale: #2D2D2D. Windows color (decimal): -14341548 or 5515813. OLE color: 5515813.

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

Color convert

RGB374284-
CMYK0.560.500.67
HSL233.62º38.84%23.73%-
HSV(B)233.62º55.95%32.94%-
XYZ3.192.698.74-
YUV45.29149.84122.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.70%
GREEN value IS 42 (16.80% from 255) = 25.77%
BLUE value IS 84 (33.20% from 255) = 51.53%
R=22.70%
G=25.77%
B=51.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3742840.560.500.67233.6238.8423.73
Hex252A543832043ea2718
Octal4552124706201033524730
Binary1001011010101010100111000110010010000111110101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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