Shades of Persian Blue #261ABB
Tints of Persian Blue #261ABB
RGB
CMYK
RGB Variations
Color information
#261ABB (or 0x261ABB) is known color: Persian Blue. HEX triplet: 26, 1A and BB. RGB value is (38,26,187). Sum of RGB (Red+Green+Blue) = 38+26+187=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 187 (73.44% from 255 or 74.50% from 251); Max value from RGB is 187 - color contains mainly: blue. Hex color #261ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261ABB is #D9E544. Grayscale: #2F2F2F. Windows color (decimal): -14280005 or 12261926. OLE color: 12261926.
HSL color Cylindrical-coordinate representation of color #261ABB: hue angle of 244.47º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #261ABB is Cyan = 0.80, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 26 | 187 | - |
| CMYK | 0.80 | 0.86 | 0 | 0.27 |
| HSL | 244.47º | 0.76% | 0.42% | - |
| HSV(B) | 244.47º | 0.86% | 0.73% | - |
| XYZ | 10.14 | 4.74 | 47.39 | - |
| YUV | 47.94 | 206.48 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 187 | 0.80 | 0.86 | 0 | 0.27 | 244.47 | 0.76 | 0.42 |
| Hex | 26 | 1A | BB | 50 | 56 | 0 | 1B | F4 | 4C | 2A |
| Octal | 46 | 32 | 273 | 120 | 126 | 0 | 33 | 364 | 114 | 52 |
| Binary | 100110 | 11010 | 10111011 | 1010000 | 1010110 | 0 | 11011 | 11110100 | 1001100 | 101010 |
Color Harmonies of #261ABB
Complementary color
Monochromatic Colors of #261ABB
Black with #261ABB
Text Example
Text Example
White with #261ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261ABB; }
p { color: rgb(38,26,187); }
H1.HeaderClassName
{
color: #261ABB;
}
.AnyTagClassName
{
color: #261ABB;
}
</style>
background-color css
<style>
a { background-color: #261ABB; }
a { background-color: rgb(38,26,187); }
div.DivClassName
{
background-color: #261ABB;
}
.BgClassName
{
background-color: #261ABB;
}
</style>
border-color css
<style>
span { border-color: #261ABB; }
span { border-color: rgb(38,26,187); }
td.TdClassName
{
border-color: #261ABB;
}
.TagClassName
{
border-color: #261ABB;
}
</style>