#25274A

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

Shades of Lucky Point #25274A

Tints of Lucky Point #25274A

Color information

#25274A (or 0x25274A) is unknown color: approx Lucky Point. HEX triplet: 25, 27 and 4A. RGB value is (37,39,74). Sum of RGB (Red+Green+Blue) = 37+39+74=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 74 (29.30% from 255 or 49.33% from 150); Max value from RGB is 74 - color contains mainly: blue. Hex color #25274A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25274A is #DAD8B5. Grayscale: #2A2A2A. Windows color (decimal): -14342326 or 4859685. OLE color: 4859685.

HSL color Cylindrical-coordinate representation of color #25274A: hue angle of 236.76º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #25274A is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB373974-
CMYK0.500.4700.71
HSL236.76º33.33%21.76%-
HSV(B)236.76º50%29.02%-
XYZ2.722.346.79-
YUV42.39145.84124.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.67%
GREEN value IS 39 (15.62% from 255) = 26%
BLUE value IS 74 (29.30% from 255) = 49.33%
R=24.67%
G=26%
B=49.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3739740.500.4700.71236.7633.3321.76
Hex25274A322F047ed2116
Octal4547112625701073554126
Binary1001011001111001010110010101111010001111110110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25274A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25274A; }

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

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

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

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

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

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

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

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