#252365

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

Shades of Paris M #252365

Tints of Paris M #252365

Color information

#252365 (or 0x252365) is unknown color: approx Paris M. HEX triplet: 25, 23 and 65. RGB value is (37,35,101). Sum of RGB (Red+Green+Blue) = 37+35+101=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 101 (39.84% from 255 or 58.38% from 173); Max value from RGB is 101 - color contains mainly: blue. Hex color #252365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252365 is #DADC9A. Grayscale: #2A2A2A. Windows color (decimal): -14343323 or 6628133. OLE color: 6628133.

HSL color Cylindrical-coordinate representation of color #252365: hue angle of 241.82º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #252365 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3735101-
CMYK0.630.6500.60
HSL241.82º48.53%26.67%-
HSV(B)241.82º65.35%39.61%-
XYZ3.712.5312.61-
YUV43.12160.66123.63-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.39%
GREEN value IS 35 (14.06% from 255) = 20.23%
BLUE value IS 101 (39.84% from 255) = 58.38%
R=21.39%
G=20.23%
B=58.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal37351010.630.6500.60241.8248.5326.67
Hex2523653F4103Cf2311b
Octal4543145771010743626133
Binary1001011000111100101111111100000101111001111001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252365; }

 p { color: rgb(37,35,101); }

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

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

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

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

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

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

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