#252063

Color #252063 Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #252063

Tints of Paris M #252063

Color information

#252063 (or 0x252063) is unknown color: approx Paris M. HEX triplet: 25, 20 and 63. RGB value is (37,32,99). Sum of RGB (Red+Green+Blue) = 37+32+99=168 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.02% from 168); Green value is 32 (12.89% from 255 or 19.05% from 168); Blue value is 99 (39.06% from 255 or 58.93% from 168); Max value from RGB is 99 - color contains mainly: blue. Hex color #252063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252063 is #DADF9C. Grayscale: #282828. Windows color (decimal): -14344093 or 6496293. OLE color: 6496293.

HSL color Cylindrical-coordinate representation of color #252063: hue angle of 244.48º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #252063 is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB373299-
CMYK0.630.6800.61
HSL244.48º51.15%25.69%-
HSV(B)244.48º67.68%38.82%-
XYZ3.532.3312.07-
YUV41.13160.66125.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.02%
GREEN value IS 32 (12.89% from 255) = 19.05%
BLUE value IS 99 (39.06% from 255) = 58.93%
R=22.02%
G=19.05%
B=58.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3732990.630.6800.61244.4851.1525.69
Hex2520633F4403Df4331a
Octal4540143771040753646332
Binary1001011000001100011111111100010001111011111010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252063; }

 p { color: rgb(37,32,99); }

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

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

 a { background-color: rgb(37,32,99); }

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

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

 span { border-color: rgb(37,32,99); }

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