Shades of Persian Blue #261CBC
Tints of Persian Blue #261CBC
RGB
CMYK
RGB Variations
Color information
#261CBC (or 0x261CBC) is known color: Persian Blue. HEX triplet: 26, 1C and BC. RGB value is (38,28,188). Sum of RGB (Red+Green+Blue) = 38+28+188=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 188 (73.83% from 255 or 74.02% from 254); Max value from RGB is 188 - color contains mainly: blue. Hex color #261CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261CBC is #D9E343. Grayscale: #303030. Windows color (decimal): -14279492 or 12327974. OLE color: 12327974.
HSL color Cylindrical-coordinate representation of color #261CBC: hue angle of 243.75º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #261CBC is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 28 | 188 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.26 |
| HSL | 243.75º | 0.74% | 0.42% | - |
| HSV(B) | 243.75º | 0.85% | 0.74% | - |
| XYZ | 10.29 | 4.87 | 47.98 | - |
| YUV | 49.23 | 206.31 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 28 | 188 | 0.80 | 0.85 | 0 | 0.26 | 243.75 | 0.74 | 0.42 |
| Hex | 26 | 1C | BC | 50 | 55 | 0 | 1A | F4 | 4A | 2A |
| Octal | 46 | 34 | 274 | 120 | 125 | 0 | 32 | 364 | 112 | 52 |
| Binary | 100110 | 11100 | 10111100 | 1010000 | 1010101 | 0 | 11010 | 11110100 | 1001010 | 101010 |
Color Harmonies of #261CBC
Complementary color
Monochromatic Colors of #261CBC
Black with #261CBC
Text Example
Text Example
White with #261CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261CBC; }
p { color: rgb(38,28,188); }
H1.HeaderClassName
{
color: #261CBC;
}
.AnyTagClassName
{
color: #261CBC;
}
</style>
background-color css
<style>
a { background-color: #261CBC; }
a { background-color: rgb(38,28,188); }
div.DivClassName
{
background-color: #261CBC;
}
.BgClassName
{
background-color: #261CBC;
}
</style>
border-color css
<style>
span { border-color: #261CBC; }
span { border-color: rgb(38,28,188); }
td.TdClassName
{
border-color: #261CBC;
}
.TagClassName
{
border-color: #261CBC;
}
</style>