#25294B

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

Shades of Lucky Point #25294B

Tints of Lucky Point #25294B

Color information

#25294B (or 0x25294B) is unknown color: approx Lucky Point. HEX triplet: 25, 29 and 4B. RGB value is (37,41,75). Sum of RGB (Red+Green+Blue) = 37+41+75=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 75 (29.69% from 255 or 49.02% from 153); Max value from RGB is 75 - color contains mainly: blue. Hex color #25294B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25294B is #DAD6B4. Grayscale: #2B2B2B. Windows color (decimal): -14341813 or 4925733. OLE color: 4925733.

HSL color Cylindrical-coordinate representation of color #25294B: hue angle of 233.68º 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 #25294B is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB374175-
CMYK0.510.4500.71
HSL233.68º33.93%21.96%-
HSV(B)233.68º50.67%29.41%-
XYZ2.832.496.99-
YUV43.68145.67123.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.18%
GREEN value IS 41 (16.41% from 255) = 26.80%
BLUE value IS 75 (29.69% from 255) = 49.02%
R=24.18%
G=26.80%
B=49.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3741750.510.4500.71233.6833.9321.96
Hex25294B332D047ea2216
Octal4551113635501073524226
Binary1001011010011001011110011101101010001111110101010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25294B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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