#252950

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

Shades of Lucky Point #252950

Tints of Lucky Point #252950

Color information

#252950 (or 0x252950) is unknown color: approx Lucky Point. HEX triplet: 25, 29 and 50. RGB value is (37,41,80). Sum of RGB (Red+Green+Blue) = 37+41+80=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 80 (31.64% from 255 or 50.63% from 158); Max value from RGB is 80 - color contains mainly: blue. Hex color #252950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252950 is #DAD6AF. Grayscale: #2C2C2C. Windows color (decimal): -14341808 or 5253413. OLE color: 5253413.

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

Color convert

RGB374180-
CMYK0.540.4900.69
HSL234.42º36.75%22.94%-
HSV(B)234.42º53.75%31.37%-
XYZ32.567.92-
YUV44.25148.17122.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.42%
GREEN value IS 41 (16.41% from 255) = 25.95%
BLUE value IS 80 (31.64% from 255) = 50.63%
R=23.42%
G=25.95%
B=50.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3741800.540.4900.69234.4236.7522.94
Hex2529503631045ea2517
Octal4551120666101053524527
Binary1001011010011010000110110110001010001011110101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252950; }

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

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

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

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

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

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

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

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