#252753

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

Shades of Lucky Point #252753

Tints of Lucky Point #252753

Color information

#252753 (or 0x252753) is unknown color: approx Lucky Point. HEX triplet: 25, 27 and 53. RGB value is (37,39,83). Sum of RGB (Red+Green+Blue) = 37+39+83=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #252753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252753 is #DAD8AC. Grayscale: #2B2B2B. Windows color (decimal): -14342317 or 5449509. OLE color: 5449509.

HSL color Cylindrical-coordinate representation of color #252753: hue angle of 237.39º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #252753 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB373983-
CMYK0.550.5300.67
HSL237.39º38.33%23.53%-
HSV(B)237.39º55.42%32.55%-
XYZ3.052.478.5-
YUV43.42150.34123.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.27%
GREEN value IS 39 (15.62% from 255) = 24.53%
BLUE value IS 83 (32.81% from 255) = 52.20%
R=23.27%
G=24.53%
B=52.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3739830.550.5300.67237.3938.3323.53
Hex2527533735043ed2618
Octal4547123676501033554630
Binary1001011001111010011110111110101010000111110110110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252753; }

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

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

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

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

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

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

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

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