#252C50

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

Shades of Lucky Point #252C50

Tints of Lucky Point #252C50

Color information

#252C50 (or 0x252C50) is unknown color: approx Lucky Point. HEX triplet: 25, 2C and 50. RGB value is (37,44,80). Sum of RGB (Red+Green+Blue) = 37+44+80=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 44 (17.58% from 255 or 27.33% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: blue. Hex color #252C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252C50 is #DAD3AF. Grayscale: #2D2D2D. Windows color (decimal): -14341040 or 5254181. OLE color: 5254181.

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

Color convert

RGB374480-
CMYK0.540.4500.69
HSL230.23º36.75%22.94%-
HSV(B)230.23º53.75%31.37%-
XYZ3.112.777.96-
YUV46.01147.18121.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.98%
GREEN value IS 44 (17.58% from 255) = 27.33%
BLUE value IS 80 (31.64% from 255) = 49.69%
R=22.98%
G=27.33%
B=49.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3744800.540.4500.69230.2336.7522.94
Hex252C50362D045e62517
Octal4554120665501053464527
Binary1001011011001010000110110101101010001011110011010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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