#252D56

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

Shades of Lucky Point #252D56

Tints of Lucky Point #252D56

Color information

#252D56 (or 0x252D56) is unknown color: approx Lucky Point. HEX triplet: 25, 2D and 56. RGB value is (37,45,86). Sum of RGB (Red+Green+Blue) = 37+45+86=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 45 (17.97% from 255 or 26.79% from 168); Blue value is 86 (33.98% from 255 or 51.19% from 168); Max value from RGB is 86 - color contains mainly: blue. Hex color #252D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252D56 is #DAD2A9. Grayscale: #2F2F2F. Windows color (decimal): -14340778 or 5647653. OLE color: 5647653.

HSL color Cylindrical-coordinate representation of color #252D56: hue angle of 230.2º 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 #252D56 is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB374586-
CMYK0.570.4800.66
HSL230.2º39.84%24.12%-
HSV(B)230.2º56.98%33.73%-
XYZ3.382.949.19-
YUV47.28149.85120.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.02%
GREEN value IS 45 (17.97% from 255) = 26.79%
BLUE value IS 86 (33.98% from 255) = 51.19%
R=22.02%
G=26.79%
B=51.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3745860.570.4800.66230.239.8424.12
Hex252D563930042e62818
Octal4555126716001023465030
Binary1001011011011010110111001110000010000101110011010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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