#25284B

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

Shades of Lucky Point #25284B

Tints of Lucky Point #25284B

Color information

#25284B (or 0x25284B) is unknown color: approx Lucky Point. HEX triplet: 25, 28 and 4B. RGB value is (37,40,75). Sum of RGB (Red+Green+Blue) = 37+40+75=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 75 (29.69% from 255 or 49.34% from 152); Max value from RGB is 75 - color contains mainly: blue. Hex color #25284B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25284B is #DAD7B4. Grayscale: #2A2A2A. Windows color (decimal): -14342069 or 4925477. OLE color: 4925477.

HSL color Cylindrical-coordinate representation of color #25284B: hue angle of 235.26º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #25284B is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB374075-
CMYK0.510.4700.71
HSL235.26º33.93%21.96%-
HSV(B)235.26º50.67%29.41%-
XYZ2.792.426.98-
YUV43.09146.01123.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.34%
GREEN value IS 40 (16.02% from 255) = 26.32%
BLUE value IS 75 (29.69% from 255) = 49.34%
R=24.34%
G=26.32%
B=49.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3740750.510.4700.71235.2633.9321.96
Hex25284B332F047eb2216
Octal4550113635701073534226
Binary1001011010001001011110011101111010001111110101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25284B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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