#262560

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

Shades of Paris M #262560

Tints of Paris M #262560

Color information

#262560 (or 0x262560) is unknown color: approx Paris M. HEX triplet: 26, 25 and 60. RGB value is (38,37,96). Sum of RGB (Red+Green+Blue) = 38+37+96=171 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.22% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 96 (37.89% from 255 or 56.14% from 171); Max value from RGB is 96 - color contains mainly: blue. Hex color #262560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #262560 is #D9DA9F. Grayscale: #2B2B2B. Windows color (decimal): -14277280 or 6300966. OLE color: 6300966.

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

Color convert

RGB383796-
CMYK0.600.6100.62
HSL241.02º44.36%26.08%-
HSV(B)241.02º61.46%37.65%-
XYZ3.572.5811.38-
YUV44.02157.33123.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.22%
GREEN value IS 37 (14.84% from 255) = 21.64%
BLUE value IS 96 (37.89% from 255) = 56.14%
R=22.22%
G=21.64%
B=56.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3837960.600.6100.62241.0244.3626.08
Hex2625603C3D03Ef12c1a
Octal464514074750763615432
Binary100110100101110000011110011110101111101111000110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262560; }

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

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

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

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

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

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

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

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