Shades of Persian Blue #261CBB
Tints of Persian Blue #261CBB
RGB
CMYK
RGB Variations
Color information
#261CBB (or 0x261CBB) is known color: Persian Blue. HEX triplet: 26, 1C and BB. RGB value is (38,28,187). Sum of RGB (Red+Green+Blue) = 38+28+187=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 187 (73.44% from 255 or 73.91% from 253); Max value from RGB is 187 - color contains mainly: blue. Hex color #261CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261CBB is #D9E344. Grayscale: #303030. Windows color (decimal): -14279493 or 12262438. OLE color: 12262438.
HSL color Cylindrical-coordinate representation of color #261CBB: hue angle of 243.77º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #261CBB is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 28 | 187 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.27 |
| HSL | 243.77º | 0.74% | 0.42% | - |
| HSV(B) | 243.77º | 0.85% | 0.73% | - |
| XYZ | 10.18 | 4.83 | 47.41 | - |
| YUV | 49.12 | 205.81 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 28 | 187 | 0.80 | 0.85 | 0 | 0.27 | 243.77 | 0.74 | 0.42 |
| Hex | 26 | 1C | BB | 50 | 55 | 0 | 1B | F4 | 4A | 2A |
| Octal | 46 | 34 | 273 | 120 | 125 | 0 | 33 | 364 | 112 | 52 |
| Binary | 100110 | 11100 | 10111011 | 1010000 | 1010101 | 0 | 11011 | 11110100 | 1001010 | 101010 |
Color Harmonies of #261CBB
Complementary color
Monochromatic Colors of #261CBB
Black with #261CBB
Text Example
Text Example
White with #261CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261CBB; }
p { color: rgb(38,28,187); }
H1.HeaderClassName
{
color: #261CBB;
}
.AnyTagClassName
{
color: #261CBB;
}
</style>
background-color css
<style>
a { background-color: #261CBB; }
a { background-color: rgb(38,28,187); }
div.DivClassName
{
background-color: #261CBB;
}
.BgClassName
{
background-color: #261CBB;
}
</style>
border-color css
<style>
span { border-color: #261CBB; }
span { border-color: rgb(38,28,187); }
td.TdClassName
{
border-color: #261CBB;
}
.TagClassName
{
border-color: #261CBB;
}
</style>