Shades of Persian Blue #261BCD
Tints of Persian Blue #261BCD
RGB
CMYK
RGB Variations
Color information
#261BCD (or 0x261BCD) is known color: Persian Blue. HEX triplet: 26, 1B and CD. RGB value is (38,27,205). Sum of RGB (Red+Green+Blue) = 38+27+205=270 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.07% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 205 (80.47% from 255 or 75.93% from 270); Max value from RGB is 205 - color contains mainly: blue. Hex color #261BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261BCD is #D9E432. Grayscale: #313131. Windows color (decimal): -14279731 or 13441830. OLE color: 13441830.
HSL color Cylindrical-coordinate representation of color #261BCD: hue angle of 243.71º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #261BCD is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 27 | 205 | - |
| CMYK | 0.81 | 0.87 | 0 | 0.20 |
| HSL | 243.71º | 0.77% | 0.45% | - |
| HSV(B) | 243.71º | 0.87% | 0.8% | - |
| XYZ | 12.21 | 5.6 | 58.2 | - |
| YUV | 50.58 | 215.14 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 27 | 205 | 0.81 | 0.87 | 0 | 0.20 | 243.71 | 0.77 | 0.45 |
| Hex | 26 | 1B | CD | 51 | 57 | 0 | 14 | F4 | 4D | 2D |
| Octal | 46 | 33 | 315 | 121 | 127 | 0 | 24 | 364 | 115 | 55 |
| Binary | 100110 | 11011 | 11001101 | 1010001 | 1010111 | 0 | 10100 | 11110100 | 1001101 | 101101 |
Color Harmonies of #261BCD
Complementary color
Monochromatic Colors of #261BCD
Black with #261BCD
Text Example
Text Example
White with #261BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261BCD; }
p { color: rgb(38,27,205); }
H1.HeaderClassName
{
color: #261BCD;
}
.AnyTagClassName
{
color: #261BCD;
}
</style>
background-color css
<style>
a { background-color: #261BCD; }
a { background-color: rgb(38,27,205); }
div.DivClassName
{
background-color: #261BCD;
}
.BgClassName
{
background-color: #261BCD;
}
</style>
border-color css
<style>
span { border-color: #261BCD; }
span { border-color: rgb(38,27,205); }
td.TdClassName
{
border-color: #261BCD;
}
.TagClassName
{
border-color: #261BCD;
}
</style>