#252751

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

Shades of Lucky Point #252751

Tints of Lucky Point #252751

Color information

#252751 (or 0x252751) is unknown color: approx Lucky Point. HEX triplet: 25, 27 and 51. RGB value is (37,39,81). Sum of RGB (Red+Green+Blue) = 37+39+81=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #252751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252751 is #DAD8AE. Grayscale: #2B2B2B. Windows color (decimal): -14342319 or 5318437. OLE color: 5318437.

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

Color convert

RGB373981-
CMYK0.540.5200.68
HSL237.27º37.29%23.14%-
HSV(B)237.27º54.32%31.76%-
XYZ2.972.448.1-
YUV43.19149.34123.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.57%
GREEN value IS 39 (15.62% from 255) = 24.84%
BLUE value IS 81 (32.03% from 255) = 51.59%
R=23.57%
G=24.84%
B=51.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3739810.540.5200.68237.2737.2923.14
Hex2527513634044ed2517
Octal4547121666401043554527
Binary1001011001111010001110110110100010001001110110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252751; }

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

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

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

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

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

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

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

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