#252F57

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

Shades of Lucky Point #252F57

Tints of Lucky Point #252F57

Color information

#252F57 (or 0x252F57) is unknown color: approx Lucky Point. HEX triplet: 25, 2F and 57. RGB value is (37,47,87). Sum of RGB (Red+Green+Blue) = 37+47+87=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 87 (34.38% from 255 or 50.88% from 171); Max value from RGB is 87 - color contains mainly: blue. Hex color #252F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252F57 is #DAD0A8. Grayscale: #303030. Windows color (decimal): -14340265 or 5713701. OLE color: 5713701.

HSL color Cylindrical-coordinate representation of color #252F57: hue angle of 228º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #252F57 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB374787-
CMYK0.570.4600.66
HSL228º40.32%24.31%-
HSV(B)228º57.47%34.12%-
XYZ3.53.119.43-
YUV48.57149.69119.75-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.64%
GREEN value IS 47 (18.75% from 255) = 27.49%
BLUE value IS 87 (34.38% from 255) = 50.88%
R=21.64%
G=27.49%
B=50.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3747870.570.4600.6622840.3224.31
Hex252F57392E042e42818
Octal4557127715601023445030
Binary1001011011111010111111001101110010000101110010010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,47,87); }

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

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

 a { background-color: rgb(37,47,87); }

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

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

 span { border-color: rgb(37,47,87); }

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