#252756

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

Shades of Lucky Point #252756

Tints of Lucky Point #252756

Color information

#252756 (or 0x252756) is unknown color: approx Lucky Point. HEX triplet: 25, 27 and 56. RGB value is (37,39,86). Sum of RGB (Red+Green+Blue) = 37+39+86=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 86 (33.98% from 255 or 53.09% from 162); Max value from RGB is 86 - color contains mainly: blue. Hex color #252756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252756 is #DAD8A9. Grayscale: #2B2B2B. Windows color (decimal): -14342314 or 5646117. OLE color: 5646117.

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

Color convert

RGB373986-
CMYK0.570.5500.66
HSL237.55º39.84%24.12%-
HSV(B)237.55º56.98%33.73%-
XYZ3.172.529.12-
YUV43.76151.84123.18-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.84%
GREEN value IS 39 (15.62% from 255) = 24.07%
BLUE value IS 86 (33.98% from 255) = 53.09%
R=22.84%
G=24.07%
B=53.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3739860.570.5500.66237.5539.8424.12
Hex2527563937042ee2818
Octal4547126716701023565030
Binary1001011001111010110111001110111010000101110111010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252756; }

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

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

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

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

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

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

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

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