#25275B

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

Shades of Lucky Point #25275B

Tints of Lucky Point #25275B

Color information

#25275B (or 0x25275B) is unknown color: approx Lucky Point. HEX triplet: 25, 27 and 5B. RGB value is (37,39,91). Sum of RGB (Red+Green+Blue) = 37+39+91=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #25275B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25275B is #DAD8A4. Grayscale: #2C2C2C. Windows color (decimal): -14342309 or 5973797. OLE color: 5973797.

HSL color Cylindrical-coordinate representation of color #25275B: hue angle of 237.78º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25275B is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB373991-
CMYK0.590.5700.64
HSL237.78º42.19%25.1%-
HSV(B)237.78º59.34%35.69%-
XYZ3.382.610.22-
YUV44.33154.34122.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.16%
GREEN value IS 39 (15.62% from 255) = 23.35%
BLUE value IS 91 (35.94% from 255) = 54.49%
R=22.16%
G=23.35%
B=54.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3739910.590.5700.64237.7842.1925.1
Hex25275B3B39040ee2a19
Octal4547133737101003565231
Binary1001011001111011011111011111001010000001110111010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25275B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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