#252260

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

Shades of Paris M #252260

Tints of Paris M #252260

Color information

#252260 (or 0x252260) is unknown color: approx Paris M. HEX triplet: 25, 22 and 60. RGB value is (37,34,96). Sum of RGB (Red+Green+Blue) = 37+34+96=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 96 (37.89% from 255 or 57.49% from 167); Max value from RGB is 96 - color contains mainly: blue. Hex color #252260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252260 is #DADD9F. Grayscale: #292929. Windows color (decimal): -14343584 or 6300197. OLE color: 6300197.

HSL color Cylindrical-coordinate representation of color #252260: hue angle of 242.9º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #252260 is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB373496-
CMYK0.610.6500.62
HSL242.9º47.69%25.49%-
HSV(B)242.9º64.58%37.65%-
XYZ3.452.3811.34-
YUV41.96158.49124.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.16%
GREEN value IS 34 (13.67% from 255) = 20.36%
BLUE value IS 96 (37.89% from 255) = 57.49%
R=22.16%
G=20.36%
B=57.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3734960.610.6500.62242.947.6925.49
Hex2522603D4103Ef33019
Octal4542140751010763636031
Binary1001011000101100000111101100000101111101111001111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252260; }

 p { color: rgb(37,34,96); }

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

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

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

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

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

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

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