#25274B

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

Shades of Lucky Point #25274B

Tints of Lucky Point #25274B

Color information

#25274B (or 0x25274B) is unknown color: approx Lucky Point. HEX triplet: 25, 27 and 4B. RGB value is (37,39,75). Sum of RGB (Red+Green+Blue) = 37+39+75=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 75 (29.69% from 255 or 49.67% from 151); Max value from RGB is 75 - color contains mainly: blue. Hex color #25274B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25274B is #DAD8B4. Grayscale: #2A2A2A. Windows color (decimal): -14342325 or 4925221. OLE color: 4925221.

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

Color convert

RGB373975-
CMYK0.510.4800.71
HSL236.84º33.93%21.96%-
HSV(B)236.84º50.67%29.41%-
XYZ2.762.356.97-
YUV42.51146.34124.07-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.50%
GREEN value IS 39 (15.62% from 255) = 25.83%
BLUE value IS 75 (29.69% from 255) = 49.67%
R=24.50%
G=25.83%
B=49.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3739750.510.4800.71236.8433.9321.96
Hex25274B3330047ed2216
Octal4547113636001073554226
Binary1001011001111001011110011110000010001111110110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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