#252750

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

Shades of Lucky Point #252750

Tints of Lucky Point #252750

Color information

#252750 (or 0x252750) is unknown color: approx Lucky Point. HEX triplet: 25, 27 and 50. RGB value is (37,39,80). Sum of RGB (Red+Green+Blue) = 37+39+80=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #252750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252750 is #DAD8AF. Grayscale: #2A2A2A. Windows color (decimal): -14342320 or 5252901. OLE color: 5252901.

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

Color convert

RGB373980-
CMYK0.540.5100.69
HSL237.21º36.75%22.94%-
HSV(B)237.21º53.75%31.37%-
XYZ2.942.427.9-
YUV43.08148.84123.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.72%
GREEN value IS 39 (15.62% from 255) = 25%
BLUE value IS 80 (31.64% from 255) = 51.28%
R=23.72%
G=25%
B=51.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3739800.540.5100.69237.2136.7522.94
Hex2527503633045ed2517
Octal4547120666301053554527
Binary1001011001111010000110110110011010001011110110110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252750; }

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

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

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

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

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

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

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

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