#252960

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

Shades of Lucky Point #252960

Tints of Lucky Point #252960

Color information

#252960 (or 0x252960) is unknown color: approx Lucky Point. HEX triplet: 25, 29 and 60. RGB value is (37,41,96). Sum of RGB (Red+Green+Blue) = 37+41+96=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 96 (37.89% from 255 or 55.17% from 174); Max value from RGB is 96 - color contains mainly: blue. Hex color #252960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252960 is #DAD69F. Grayscale: #2D2D2D. Windows color (decimal): -14341792 or 6301989. OLE color: 6301989.

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

Color convert

RGB374196-
CMYK0.610.5700.62
HSL235.93º44.36%26.08%-
HSV(B)235.93º61.46%37.65%-
XYZ3.672.8211.42-
YUV46.07156.17121.53-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.26%
GREEN value IS 41 (16.41% from 255) = 23.56%
BLUE value IS 96 (37.89% from 255) = 55.17%
R=21.26%
G=23.56%
B=55.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3741960.610.5700.62235.9344.3626.08
Hex2529603D3903Eec2c1a
Octal455114075710763545432
Binary100101101001110000011110111100101111101110110010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252960; }

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

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

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

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

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

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

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

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