#262060

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

Shades of Paris M #262060

Tints of Paris M #262060

Color information

#262060 (or 0x262060) is unknown color: approx Paris M. HEX triplet: 26, 20 and 60. RGB value is (38,32,96). Sum of RGB (Red+Green+Blue) = 38+32+96=166 (21% of max value = 765). Red value is 38 (15.23% from 255 or 22.89% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 96 (37.89% from 255 or 57.83% from 166); Max value from RGB is 96 - color contains mainly: blue. Hex color #262060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262060 is #D9DF9F. Grayscale: #282828. Windows color (decimal): -14278560 or 6299686. OLE color: 6299686.

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

Color convert

RGB383296-
CMYK0.600.6700.62
HSL245.62º50%25.1%-
HSV(B)245.62º66.67%37.65%-
XYZ3.432.2911.33-
YUV41.09158.99125.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.89%
GREEN value IS 32 (12.89% from 255) = 19.28%
BLUE value IS 96 (37.89% from 255) = 57.83%
R=22.89%
G=19.28%
B=57.83%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3832960.600.6700.62245.625025.1
Hex2620603C4303Ef63219
Octal4640140741030763666231
Binary1001101000001100000111100100001101111101111011011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262060; }

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

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

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

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

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

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

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

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