#252B50

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

Shades of Lucky Point #252B50

Tints of Lucky Point #252B50

Color information

#252B50 (or 0x252B50) is unknown color: approx Lucky Point. HEX triplet: 25, 2B and 50. RGB value is (37,43,80). Sum of RGB (Red+Green+Blue) = 37+43+80=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 80 (31.64% from 255 or 50% from 160); Max value from RGB is 80 - color contains mainly: blue. Hex color #252B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252B50 is #DAD4AF. Grayscale: #2D2D2D. Windows color (decimal): -14341296 or 5253925. OLE color: 5253925.

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

Color convert

RGB374380-
CMYK0.540.4600.69
HSL231.63º36.75%22.94%-
HSV(B)231.63º53.75%31.37%-
XYZ3.072.77.95-
YUV45.42147.51121.99-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.12%
GREEN value IS 43 (17.19% from 255) = 26.88%
BLUE value IS 80 (31.64% from 255) = 50%
R=23.12%
G=26.88%
B=50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3743800.540.4600.69231.6336.7522.94
Hex252B50362E045e82517
Octal4553120665601053504527
Binary1001011010111010000110110101110010001011110100010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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