Shades of Persian Blue #261DBB
Tints of Persian Blue #261DBB
RGB
CMYK
RGB Variations
Color information
#261DBB (or 0x261DBB) is known color: Persian Blue. HEX triplet: 26, 1D and BB. RGB value is (38,29,187). Sum of RGB (Red+Green+Blue) = 38+29+187=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 187 (73.44% from 255 or 73.62% from 254); Max value from RGB is 187 - color contains mainly: blue. Hex color #261DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261DBB is #D9E244. Grayscale: #313131. Windows color (decimal): -14279237 or 12262694. OLE color: 12262694.
HSL color Cylindrical-coordinate representation of color #261DBB: hue angle of 243.42º degrees, saturation: 0.73, 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 #261DBB is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 29 | 187 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.27 |
| HSL | 243.42º | 0.73% | 0.42% | - |
| HSV(B) | 243.42º | 0.84% | 0.73% | - |
| XYZ | 10.21 | 4.88 | 47.42 | - |
| YUV | 49.7 | 205.48 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 29 | 187 | 0.80 | 0.84 | 0 | 0.27 | 243.42 | 0.73 | 0.42 |
| Hex | 26 | 1D | BB | 50 | 54 | 0 | 1B | F3 | 49 | 2A |
| Octal | 46 | 35 | 273 | 120 | 124 | 0 | 33 | 363 | 111 | 52 |
| Binary | 100110 | 11101 | 10111011 | 1010000 | 1010100 | 0 | 11011 | 11110011 | 1001001 | 101010 |
Color Harmonies of #261DBB
Complementary color
Monochromatic Colors of #261DBB
Black with #261DBB
Text Example
Text Example
White with #261DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261DBB; }
p { color: rgb(38,29,187); }
H1.HeaderClassName
{
color: #261DBB;
}
.AnyTagClassName
{
color: #261DBB;
}
</style>
background-color css
<style>
a { background-color: #261DBB; }
a { background-color: rgb(38,29,187); }
div.DivClassName
{
background-color: #261DBB;
}
.BgClassName
{
background-color: #261DBB;
}
</style>
border-color css
<style>
span { border-color: #261DBB; }
span { border-color: rgb(38,29,187); }
td.TdClassName
{
border-color: #261DBB;
}
.TagClassName
{
border-color: #261DBB;
}
</style>