#25285C

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

Shades of Lucky Point #25285C

Tints of Lucky Point #25285C

Color information

#25285C (or 0x25285C) is unknown color: approx Lucky Point. HEX triplet: 25, 28 and 5C. RGB value is (37,40,92). Sum of RGB (Red+Green+Blue) = 37+40+92=169 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.89% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 92 (36.33% from 255 or 54.44% from 169); Max value from RGB is 92 - color contains mainly: blue. Hex color #25285C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25285C is #DAD7A3. Grayscale: #2C2C2C. Windows color (decimal): -14342052 or 6039589. OLE color: 6039589.

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

Color convert

RGB374092-
CMYK0.600.5700.64
HSL236.73º42.64%25.29%-
HSV(B)236.73º59.78%36.08%-
XYZ3.452.6810.46-
YUV45.03154.51122.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.89%
GREEN value IS 40 (16.02% from 255) = 23.67%
BLUE value IS 92 (36.33% from 255) = 54.44%
R=21.89%
G=23.67%
B=54.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3740920.600.5700.64236.7342.6425.29
Hex25285C3C39040ed2b19
Octal4550134747101003555331
Binary1001011010001011100111100111001010000001110110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25285C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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