#252164

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

Shades of Paris M #252164

Tints of Paris M #252164

Color information

#252164 (or 0x252164) is unknown color: approx Paris M. HEX triplet: 25, 21 and 64. RGB value is (37,33,100). Sum of RGB (Red+Green+Blue) = 37+33+100=170 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.76% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 100 (39.45% from 255 or 58.82% from 170); Max value from RGB is 100 - color contains mainly: blue. Hex color #252164 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252164 is #DADE9B. Grayscale: #292929. Windows color (decimal): -14343836 or 6562085. OLE color: 6562085.

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

Color convert

RGB3733100-
CMYK0.630.6700.61
HSL243.58º50.38%26.08%-
HSV(B)243.58º67%39.22%-
XYZ3.612.412.33-
YUV41.83160.83124.55-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.76%
GREEN value IS 33 (13.28% from 255) = 19.41%
BLUE value IS 100 (39.45% from 255) = 58.82%
R=21.76%
G=19.41%
B=58.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal37331000.630.6700.61243.5850.3826.08
Hex2521643F4303Df4321a
Octal4541144771030753646232
Binary1001011000011100100111111100001101111011111010011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252164; }

 p { color: rgb(37,33,100); }

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

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

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

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

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

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

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