#25275D

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

Shades of Lucky Point #25275D

Tints of Lucky Point #25275D

Color information

#25275D (or 0x25275D) is unknown color: approx Lucky Point. HEX triplet: 25, 27 and 5D. RGB value is (37,39,93). Sum of RGB (Red+Green+Blue) = 37+39+93=169 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.89% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #25275D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25275D is #DAD8A2. Grayscale: #2C2C2C. Windows color (decimal): -14342307 or 6104869. OLE color: 6104869.

HSL color Cylindrical-coordinate representation of color #25275D: hue angle of 237.86º 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 #25275D is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB373993-
CMYK0.600.5800.64
HSL237.86º43.08%25.49%-
HSV(B)237.86º60.22%36.47%-
XYZ3.462.6310.68-
YUV44.56155.34122.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.89%
GREEN value IS 39 (15.62% from 255) = 23.08%
BLUE value IS 93 (36.72% from 255) = 55.03%
R=21.89%
G=23.08%
B=55.03%

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
Decimal3739930.600.5800.64237.8643.0825.49
Hex25275D3C3A040ee2b19
Octal4547135747201003565331
Binary1001011001111011101111100111010010000001110111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25275D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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