#252266

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

Shades of Paris M #252266

Tints of Paris M #252266

Color information

#252266 (or 0x252266) is unknown color: approx Paris M. HEX triplet: 25, 22 and 66. RGB value is (37,34,102). Sum of RGB (Red+Green+Blue) = 37+34+102=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 102 (40.23% from 255 or 58.96% from 173); Max value from RGB is 102 - color contains mainly: blue. Hex color #252266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252266 is #DADD99. Grayscale: #2A2A2A. Windows color (decimal): -14343578 or 6693413. OLE color: 6693413.

HSL color Cylindrical-coordinate representation of color #252266: hue angle of 242.65º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #252266 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB3734102-
CMYK0.640.6700.6
HSL242.65º50%26.67%-
HSV(B)242.65º66.67%40%-
XYZ3.732.512.86-
YUV42.65161.49123.97-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 21.39%
GREEN value IS 34 (13.67% from 255) = 19.65%
BLUE value IS 102 (40.23% from 255) = 58.96%
R=21.39%
G=19.65%
B=58.96%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal37341020.640.6700.6242.655026.67
Hex252266404303Cf3321b
Octal45421461001030743636233
Binary10010110001011001101000000100001101111001111001111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252266; }

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

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

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

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

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

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

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

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