Shades of Persian Blue #261EBA
Tints of Persian Blue #261EBA
RGB
CMYK
RGB Variations
Color information
#261EBA (or 0x261EBA) is known color: Persian Blue. HEX triplet: 26, 1E and BA. RGB value is (38,30,186). Sum of RGB (Red+Green+Blue) = 38+30+186=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 186 (73.05% from 255 or 73.23% from 254); Max value from RGB is 186 - color contains mainly: blue. Hex color #261EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261EBA is #D9E145. Grayscale: #313131. Windows color (decimal): -14278982 or 12197414. OLE color: 12197414.
HSL color Cylindrical-coordinate representation of color #261EBA: hue angle of 243.08º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #261EBA is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 30 | 186 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.27 |
| HSL | 243.08º | 0.72% | 0.42% | - |
| HSV(B) | 243.08º | 0.84% | 0.73% | - |
| XYZ | 10.13 | 4.89 | 46.86 | - |
| YUV | 50.18 | 204.65 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 30 | 186 | 0.80 | 0.84 | 0 | 0.27 | 243.08 | 0.72 | 0.42 |
| Hex | 26 | 1E | BA | 50 | 54 | 0 | 1B | F3 | 48 | 2A |
| Octal | 46 | 36 | 272 | 120 | 124 | 0 | 33 | 363 | 110 | 52 |
| Binary | 100110 | 11110 | 10111010 | 1010000 | 1010100 | 0 | 11011 | 11110011 | 1001000 | 101010 |
Color Harmonies of #261EBA
Complementary color
Monochromatic Colors of #261EBA
Black with #261EBA
Text Example
Text Example
White with #261EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261EBA; }
p { color: rgb(38,30,186); }
H1.HeaderClassName
{
color: #261EBA;
}
.AnyTagClassName
{
color: #261EBA;
}
</style>
background-color css
<style>
a { background-color: #261EBA; }
a { background-color: rgb(38,30,186); }
div.DivClassName
{
background-color: #261EBA;
}
.BgClassName
{
background-color: #261EBA;
}
</style>
border-color css
<style>
span { border-color: #261EBA; }
span { border-color: rgb(38,30,186); }
td.TdClassName
{
border-color: #261EBA;
}
.TagClassName
{
border-color: #261EBA;
}
</style>