#252A56

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

Shades of Lucky Point #252A56

Tints of Lucky Point #252A56

Color information

#252A56 (or 0x252A56) is unknown color: approx Lucky Point. HEX triplet: 25, 2A and 56. RGB value is (37,42,86). Sum of RGB (Red+Green+Blue) = 37+42+86=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 86 (33.98% from 255 or 52.12% from 165); Max value from RGB is 86 - color contains mainly: blue. Hex color #252A56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252A56 is #DAD5A9. Grayscale: #2D2D2D. Windows color (decimal): -14341546 or 5646885. OLE color: 5646885.

HSL color Cylindrical-coordinate representation of color #252A56: hue angle of 233.88º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #252A56 is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB374286-
CMYK0.570.5100.66
HSL233.88º39.84%24.12%-
HSV(B)233.88º56.98%33.73%-
XYZ3.272.729.16-
YUV45.52150.84121.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.42%
GREEN value IS 42 (16.80% from 255) = 25.45%
BLUE value IS 86 (33.98% from 255) = 52.12%
R=22.42%
G=25.45%
B=52.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3742860.570.5100.66233.8839.8424.12
Hex252A563933042ea2818
Octal4552126716301023525030
Binary1001011010101010110111001110011010000101110101010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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