Shades of Persian Blue #261BCE
Tints of Persian Blue #261BCE
RGB
CMYK
RGB Variations
Color information
#261BCE (or 0x261BCE) is known color: Persian Blue. HEX triplet: 26, 1B and CE. RGB value is (38,27,206). Sum of RGB (Red+Green+Blue) = 38+27+206=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 206 (80.86% from 255 or 76.01% from 271); Max value from RGB is 206 - color contains mainly: blue. Hex color #261BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261BCE is #D9E431. Grayscale: #313131. Windows color (decimal): -14279730 or 13507366. OLE color: 13507366.
HSL color Cylindrical-coordinate representation of color #261BCE: hue angle of 243.69º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #261BCE is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 27 | 206 | - |
| CMYK | 0.82 | 0.87 | 0 | 0.19 |
| HSL | 243.69º | 0.77% | 0.46% | - |
| HSV(B) | 243.69º | 0.87% | 0.81% | - |
| XYZ | 12.33 | 5.65 | 58.83 | - |
| YUV | 50.7 | 215.64 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 27 | 206 | 0.82 | 0.87 | 0 | 0.19 | 243.69 | 0.77 | 0.46 |
| Hex | 26 | 1B | CE | 52 | 57 | 0 | 13 | F4 | 4D | 2E |
| Octal | 46 | 33 | 316 | 122 | 127 | 0 | 23 | 364 | 115 | 56 |
| Binary | 100110 | 11011 | 11001110 | 1010010 | 1010111 | 0 | 10011 | 11110100 | 1001101 | 101110 |
Color Harmonies of #261BCE
Complementary color
Monochromatic Colors of #261BCE
Black with #261BCE
Text Example
Text Example
White with #261BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261BCE; }
p { color: rgb(38,27,206); }
H1.HeaderClassName
{
color: #261BCE;
}
.AnyTagClassName
{
color: #261BCE;
}
</style>
background-color css
<style>
a { background-color: #261BCE; }
a { background-color: rgb(38,27,206); }
div.DivClassName
{
background-color: #261BCE;
}
.BgClassName
{
background-color: #261BCE;
}
</style>
border-color css
<style>
span { border-color: #261BCE; }
span { border-color: rgb(38,27,206); }
td.TdClassName
{
border-color: #261BCE;
}
.TagClassName
{
border-color: #261BCE;
}
</style>