#252E58

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

Shades of Lucky Point #252E58

Tints of Lucky Point #252E58

Color information

#252E58 (or 0x252E58) is unknown color: approx Lucky Point. HEX triplet: 25, 2E and 58. RGB value is (37,46,88). Sum of RGB (Red+Green+Blue) = 37+46+88=171 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.64% from 171); Green value is 46 (18.36% from 255 or 26.90% from 171); Blue value is 88 (34.77% from 255 or 51.46% from 171); Max value from RGB is 88 - color contains mainly: blue. Hex color #252E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252E58 is #DAD1A7. Grayscale: #2F2F2F. Windows color (decimal): -14340520 or 5778981. OLE color: 5778981.

HSL color Cylindrical-coordinate representation of color #252E58: hue angle of 229.41º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #252E58 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB374688-
CMYK0.580.4800.65
HSL229.41º40.8%24.51%-
HSV(B)229.41º57.95%34.51%-
XYZ3.53.059.64-
YUV48.1150.52120.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.64%
GREEN value IS 46 (18.36% from 255) = 26.90%
BLUE value IS 88 (34.77% from 255) = 51.46%
R=21.64%
G=26.90%
B=51.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3746880.580.4800.65229.4140.824.51
Hex252E583A30041e52919
Octal4556130726001013455131
Binary1001011011101011000111010110000010000011110010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,46,88); }

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

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

 a { background-color: rgb(37,46,88); }

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

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

 span { border-color: rgb(37,46,88); }

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