#252861

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

Shades of Lucky Point #252861

Tints of Lucky Point #252861

Color information

#252861 (or 0x252861) is unknown color: approx Lucky Point. HEX triplet: 25, 28 and 61. RGB value is (37,40,97). Sum of RGB (Red+Green+Blue) = 37+40+97=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 97 (38.28% from 255 or 55.75% from 174); Max value from RGB is 97 - color contains mainly: blue. Hex color #252861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252861 is #DAD79E. Grayscale: #2D2D2D. Windows color (decimal): -14342047 or 6367269. OLE color: 6367269.

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

Color convert

RGB374097-
CMYK0.620.5900.62
HSL237º44.78%26.27%-
HSV(B)237º61.86%38.04%-
XYZ3.682.7711.65-
YUV45.6157.01121.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.26%
GREEN value IS 40 (16.02% from 255) = 22.99%
BLUE value IS 97 (38.28% from 255) = 55.75%
R=21.26%
G=22.99%
B=55.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3740970.620.5900.6223744.7826.27
Hex2528613E3B03Eed2d1a
Octal455014176730763555532
Binary100101101000110000111111011101101111101110110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252861; }

 p { color: rgb(37,40,97); }

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

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

 a { background-color: rgb(37,40,97); }

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

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

 span { border-color: rgb(37,40,97); }

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