#25275C

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

Shades of Lucky Point #25275C

Tints of Lucky Point #25275C

Color information

#25275C (or 0x25275C) is unknown color: approx Lucky Point. HEX triplet: 25, 27 and 5C. RGB value is (37,39,92). Sum of RGB (Red+Green+Blue) = 37+39+92=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 92 (36.33% from 255 or 54.76% from 168); Max value from RGB is 92 - color contains mainly: blue. Hex color #25275C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25275C is #DAD8A3. Grayscale: #2C2C2C. Windows color (decimal): -14342308 or 6039333. OLE color: 6039333.

HSL color Cylindrical-coordinate representation of color #25275C: hue angle of 237.82º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #25275C is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB373992-
CMYK0.600.5800.64
HSL237.82º42.64%25.29%-
HSV(B)237.82º59.78%36.08%-
XYZ3.422.6210.45-
YUV44.44154.84122.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.02%
GREEN value IS 39 (15.62% from 255) = 23.21%
BLUE value IS 92 (36.33% from 255) = 54.76%
R=22.02%
G=23.21%
B=54.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3739920.600.5800.64237.8242.6425.29
Hex25275C3C3A040ee2b19
Octal4547134747201003565331
Binary1001011001111011100111100111010010000001110111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25275C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25275C; }

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

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

<style>
 a { background-color: #25275C; }

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

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

<style>
 span { border-color: #25275C; }

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

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