#252760

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

Shades of Lucky Point #252760

Tints of Lucky Point #252760

Color information

#252760 (or 0x252760) is unknown color: approx Lucky Point. HEX triplet: 25, 27 and 60. RGB value is (37,39,96). Sum of RGB (Red+Green+Blue) = 37+39+96=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 96 (37.89% from 255 or 55.81% from 172); Max value from RGB is 96 - color contains mainly: blue. Hex color #252760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252760 is #DAD89F. Grayscale: #2C2C2C. Windows color (decimal): -14342304 or 6301477. OLE color: 6301477.

HSL color Cylindrical-coordinate representation of color #252760: hue angle of 237.97º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #252760 is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB373996-
CMYK0.610.5900.62
HSL237.97º44.36%26.08%-
HSV(B)237.97º61.46%37.65%-
XYZ3.62.6911.4-
YUV44.9156.84122.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.51%
GREEN value IS 39 (15.62% from 255) = 22.67%
BLUE value IS 96 (37.89% from 255) = 55.81%
R=21.51%
G=22.67%
B=55.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3739960.610.5900.62237.9744.3626.08
Hex2527603D3B03Eee2c1a
Octal454714075730763565432
Binary100101100111110000011110111101101111101110111010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252760; }

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

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

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

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

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

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

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

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