#252563

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

Shades of Paris M #252563

Tints of Paris M #252563

Color information

#252563 (or 0x252563) is unknown color: approx Paris M. HEX triplet: 25, 25 and 63. RGB value is (37,37,99). Sum of RGB (Red+Green+Blue) = 37+37+99=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 99 (39.06% from 255 or 57.23% from 173); Max value from RGB is 99 - color contains mainly: blue. Hex color #252563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252563 is #DADA9C. Grayscale: #2B2B2B. Windows color (decimal): -14342813 or 6497573. OLE color: 6497573.

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

Color convert

RGB373799-
CMYK0.630.6300.61
HSL240º45.59%26.67%-
HSV(B)240º62.63%38.82%-
XYZ3.682.6212.12-
YUV44.07159122.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.39%
GREEN value IS 37 (14.84% from 255) = 21.39%
BLUE value IS 99 (39.06% from 255) = 57.23%
R=21.39%
G=21.39%
B=57.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3737990.630.6300.6124045.5926.67
Hex2525633F3F03Df02e1b
Octal454514377770753605633
Binary100101100101110001111111111111101111011111000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252563; }

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

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

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

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

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

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

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

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