#252D61

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

Shades of Lucky Point #252D61

Tints of Lucky Point #252D61

Color information

#252D61 (or 0x252D61) is unknown color: approx Lucky Point. HEX triplet: 25, 2D and 61. RGB value is (37,45,97). Sum of RGB (Red+Green+Blue) = 37+45+97=179 (23% of max value = 765). Red value is 37 (14.84% from 255 or 20.67% from 179); Green value is 45 (17.97% from 255 or 25.14% from 179); Blue value is 97 (38.28% from 255 or 54.19% from 179); Max value from RGB is 97 - color contains mainly: blue. Hex color #252D61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252D61 is #DAD29E. Grayscale: #303030. Windows color (decimal): -14340767 or 6368549. OLE color: 6368549.

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

Color convert

RGB374597-
CMYK0.620.5400.62
HSL232º44.78%26.27%-
HSV(B)232º61.86%38.04%-
XYZ3.863.1311.71-
YUV48.54155.35119.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20.67%
GREEN value IS 45 (17.97% from 255) = 25.14%
BLUE value IS 97 (38.28% from 255) = 54.19%
R=20.67%
G=25.14%
B=54.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3745970.620.5400.6223244.7826.27
Hex252D613E3603Ee82d1a
Octal455514176660763505532
Binary100101101101110000111111011011001111101110100010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252D61; }

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

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

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

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

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

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

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

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