#252961

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

Shades of Lucky Point #252961

Tints of Lucky Point #252961

Color information

#252961 (or 0x252961) is unknown color: approx Lucky Point. HEX triplet: 25, 29 and 61. RGB value is (37,41,97). Sum of RGB (Red+Green+Blue) = 37+41+97=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 97 (38.28% from 255 or 55.43% from 175); Max value from RGB is 97 - color contains mainly: blue. Hex color #252961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252961 is #DAD69E. Grayscale: #2D2D2D. Windows color (decimal): -14341791 or 6367525. OLE color: 6367525.

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

Color convert

RGB374197-
CMYK0.620.5800.62
HSL236º44.78%26.27%-
HSV(B)236º61.86%38.04%-
XYZ3.712.8411.66-
YUV46.19156.67121.45-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.14%
GREEN value IS 41 (16.41% from 255) = 23.43%
BLUE value IS 97 (38.28% from 255) = 55.43%
R=21.14%
G=23.43%
B=55.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3741970.620.5800.6223644.7826.27
Hex2529613E3A03Eec2d1a
Octal455114176720763545532
Binary100101101001110000111111011101001111101110110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252961; }

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

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

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

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

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

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

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

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