#252851

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

Shades of Lucky Point #252851

Tints of Lucky Point #252851

Color information

#252851 (or 0x252851) is unknown color: approx Lucky Point. HEX triplet: 25, 28 and 51. RGB value is (37,40,81). Sum of RGB (Red+Green+Blue) = 37+40+81=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 81 (32.03% from 255 or 51.27% from 158); Max value from RGB is 81 - color contains mainly: blue. Hex color #252851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252851 is #DAD7AE. Grayscale: #2B2B2B. Windows color (decimal): -14342063 or 5318693. OLE color: 5318693.

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

Color convert

RGB374081-
CMYK0.540.5100.68
HSL235.91º37.29%23.14%-
HSV(B)235.91º54.32%31.76%-
XYZ3.012.58.11-
YUV43.78149.01123.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.42%
GREEN value IS 40 (16.02% from 255) = 25.32%
BLUE value IS 81 (32.03% from 255) = 51.27%
R=23.42%
G=25.32%
B=51.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3740810.540.5100.68235.9137.2923.14
Hex2528513633044ec2517
Octal4550121666301043544527
Binary1001011010001010001110110110011010001001110110010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252851; }

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

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

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

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

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

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

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

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