#252951

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

Shades of Lucky Point #252951

Tints of Lucky Point #252951

Color information

#252951 (or 0x252951) is unknown color: approx Lucky Point. HEX triplet: 25, 29 and 51. RGB value is (37,41,81). Sum of RGB (Red+Green+Blue) = 37+41+81=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 81 (32.03% from 255 or 50.94% from 159); Max value from RGB is 81 - color contains mainly: blue. Hex color #252951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252951 is #DAD6AE. Grayscale: #2C2C2C. Windows color (decimal): -14341807 or 5318949. OLE color: 5318949.

HSL color Cylindrical-coordinate representation of color #252951: hue angle of 234.55º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #252951 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB374181-
CMYK0.540.4900.68
HSL234.55º37.29%23.14%-
HSV(B)234.55º54.32%31.76%-
XYZ3.042.578.12-
YUV44.36148.67122.75-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.27%
GREEN value IS 41 (16.41% from 255) = 25.79%
BLUE value IS 81 (32.03% from 255) = 50.94%
R=23.27%
G=25.79%
B=50.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3741810.540.4900.68234.5537.2923.14
Hex2529513631044eb2517
Octal4551121666101043534527
Binary1001011010011010001110110110001010001001110101110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252951; }

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

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

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

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

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

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

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

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