#252E50

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

Shades of Lucky Point #252E50

Tints of Lucky Point #252E50

Color information

#252E50 (or 0x252E50) is unknown color: approx Lucky Point. HEX triplet: 25, 2E and 50. RGB value is (37,46,80). Sum of RGB (Red+Green+Blue) = 37+46+80=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #252E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252E50 is #DAD1AF. Grayscale: #2F2F2F. Windows color (decimal): -14340528 or 5254693. OLE color: 5254693.

HSL color Cylindrical-coordinate representation of color #252E50: hue angle of 227.44º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #252E50 is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB374680-
CMYK0.540.4200.69
HSL227.44º36.75%22.94%-
HSV(B)227.44º53.75%31.37%-
XYZ3.192.937.99-
YUV47.18146.52120.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.70%
GREEN value IS 46 (18.36% from 255) = 28.22%
BLUE value IS 80 (31.64% from 255) = 49.08%
R=22.70%
G=28.22%
B=49.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3746800.540.4200.69227.4436.7522.94
Hex252E50362A045e32517
Octal4556120665201053434527
Binary1001011011101010000110110101010010001011110001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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