#252A5C

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

Shades of Lucky Point #252A5C

Tints of Lucky Point #252A5C

Color information

#252A5C (or 0x252A5C) is unknown color: approx Lucky Point. HEX triplet: 25, 2A and 5C. RGB value is (37,42,92). Sum of RGB (Red+Green+Blue) = 37+42+92=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 42 (16.80% from 255 or 24.56% from 171); Blue value is 92 (36.33% from 255 or 53.80% from 171); Max value from RGB is 92 - color contains mainly: blue. Hex color #252A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252A5C is #DAD5A3. Grayscale: #2D2D2D. Windows color (decimal): -14341540 or 6040101. OLE color: 6040101.

HSL color Cylindrical-coordinate representation of color #252A5C: hue angle of 234.55º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #252A5C is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB374292-
CMYK0.600.5400.64
HSL234.55º42.64%25.29%-
HSV(B)234.55º59.78%36.08%-
XYZ3.522.8210.48-
YUV46.2153.84121.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.64%
GREEN value IS 42 (16.80% from 255) = 24.56%
BLUE value IS 92 (36.33% from 255) = 53.80%
R=21.64%
G=24.56%
B=53.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3742920.600.5400.64234.5542.6425.29
Hex252A5C3C36040eb2b19
Octal4552134746601003535331
Binary1001011010101011100111100110110010000001110101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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