#25275A

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

Shades of Lucky Point #25275A

Tints of Lucky Point #25275A

Color information

#25275A (or 0x25275A) is unknown color: approx Lucky Point. HEX triplet: 25, 27 and 5A. RGB value is (37,39,90). Sum of RGB (Red+Green+Blue) = 37+39+90=166 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.29% from 166); Green value is 39 (15.62% from 255 or 23.49% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #25275A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25275A is #DAD8A5. Grayscale: #2C2C2C. Windows color (decimal): -14342310 or 5908261. OLE color: 5908261.

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

Color convert

RGB373990-
CMYK0.590.5700.65
HSL237.74º41.73%24.9%-
HSV(B)237.74º58.89%35.29%-
XYZ3.332.5810-
YUV44.22153.84122.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.29%
GREEN value IS 39 (15.62% from 255) = 23.49%
BLUE value IS 90 (35.55% from 255) = 54.22%
R=22.29%
G=23.49%
B=54.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3739900.590.5700.65237.7441.7324.9
Hex25275A3B39041ee2a19
Octal4547132737101013565231
Binary1001011001111011010111011111001010000011110111010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25275A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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