#25284F

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

Shades of Lucky Point #25284F

Tints of Lucky Point #25284F

Color information

#25284F (or 0x25284F) is unknown color: approx Lucky Point. HEX triplet: 25, 28 and 4F. RGB value is (37,40,79). Sum of RGB (Red+Green+Blue) = 37+40+79=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 79 (31.25% from 255 or 50.64% from 156); Max value from RGB is 79 - color contains mainly: blue. Hex color #25284F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25284F is #DAD7B0. Grayscale: #2B2B2B. Windows color (decimal): -14342065 or 5187621. OLE color: 5187621.

HSL color Cylindrical-coordinate representation of color #25284F: hue angle of 235.71º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #25284F is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB374079-
CMYK0.530.4900.69
HSL235.71º36.21%22.75%-
HSV(B)235.71º53.16%30.98%-
XYZ2.932.487.72-
YUV43.55148.01123.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.72%
GREEN value IS 40 (16.02% from 255) = 25.64%
BLUE value IS 79 (31.25% from 255) = 50.64%
R=23.72%
G=25.64%
B=50.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3740790.530.4900.69235.7136.2122.75
Hex25284F3531045ec2417
Octal4550117656101053544427
Binary1001011010001001111110101110001010001011110110010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25284F; }

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

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

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

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

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

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

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

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