#262063

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

Shades of Paris M #262063

Tints of Paris M #262063

Color information

#262063 (or 0x262063) is unknown color: approx Paris M. HEX triplet: 26, 20 and 63. RGB value is (38,32,99). Sum of RGB (Red+Green+Blue) = 38+32+99=169 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.49% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 99 (39.06% from 255 or 58.58% from 169); Max value from RGB is 99 - color contains mainly: blue. Hex color #262063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262063 is #D9DF9C. Grayscale: #292929. Windows color (decimal): -14278557 or 6496294. OLE color: 6496294.

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

Color convert

RGB383299-
CMYK0.620.6800.61
HSL245.37º51.15%25.69%-
HSV(B)245.37º67.68%38.82%-
XYZ3.572.3512.07-
YUV41.43160.49125.55-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.49%
GREEN value IS 32 (12.89% from 255) = 18.93%
BLUE value IS 99 (39.06% from 255) = 58.58%
R=22.49%
G=18.93%
B=58.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3832990.620.6800.61245.3751.1525.69
Hex2620633E4403Df5331a
Octal4640143761040753656332
Binary1001101000001100011111110100010001111011111010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262063; }

 p { color: rgb(38,32,99); }

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

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

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

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

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

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

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