#261B69

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

Shades of Paris M #261B69

Tints of Paris M #261B69

Color information

#261B69 (or 0x261B69) is unknown color: approx Paris M. HEX triplet: 26, 1B and 69. RGB value is (38,27,105). Sum of RGB (Red+Green+Blue) = 38+27+105=170 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.35% from 170); Green value is 27 (10.94% from 255 or 15.88% from 170); Blue value is 105 (41.41% from 255 or 61.76% from 170); Max value from RGB is 105 - color contains mainly: blue. Hex color #261B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #261B69 is #D9E496. Grayscale: #262626. Windows color (decimal): -14279831 or 6888230. OLE color: 6888230.

HSL color Cylindrical-coordinate representation of color #261B69: hue angle of 248.46º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #261B69 is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3827105-
CMYK0.640.7400.59
HSL248.46º59.09%25.88%-
HSV(B)248.46º74.29%41.18%-
XYZ3.742.2213.6-
YUV39.18165.14127.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.35%
GREEN value IS 27 (10.94% from 255) = 15.88%
BLUE value IS 105 (41.41% from 255) = 61.76%
R=22.35%
G=15.88%
B=61.76%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38271050.640.7400.59248.4659.0925.88
Hex261B69404A03Bf83b1a
Octal46331511001120733707332
Binary1001101101111010011000000100101001110111111100011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261B69; }

 p { color: rgb(38,27,105); }

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

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

 a { background-color: rgb(38,27,105); }

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

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

 span { border-color: rgb(38,27,105); }

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