Shades of Persian Blue #2316BA
Tints of Persian Blue #2316BA
RGB
CMYK
RGB Variations
Color information
#2316BA (or 0x2316BA) is known color: Persian Blue. HEX triplet: 23, 16 and BA. RGB value is (35,22,186). Sum of RGB (Red+Green+Blue) = 35+22+186=243 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.40% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 186 (73.05% from 255 or 76.54% from 243); Max value from RGB is 186 - color contains mainly: blue. Hex color #2316BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2316BA is #DCE945. Grayscale: #2B2B2B. Windows color (decimal): -14477638 or 12195363. OLE color: 12195363.
HSL color Cylindrical-coordinate representation of color #2316BA: hue angle of 244.76º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2316BA is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 22 | 186 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.27 |
| HSL | 244.76º | 0.79% | 0.41% | - |
| HSV(B) | 244.76º | 0.88% | 0.73% | - |
| XYZ | 9.84 | 4.48 | 46.8 | - |
| YUV | 44.58 | 207.81 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 22 | 186 | 0.81 | 0.88 | 0 | 0.27 | 244.76 | 0.79 | 0.41 |
| Hex | 23 | 16 | BA | 51 | 58 | 0 | 1B | F5 | 4F | 29 |
| Octal | 43 | 26 | 272 | 121 | 130 | 0 | 33 | 365 | 117 | 51 |
| Binary | 100011 | 10110 | 10111010 | 1010001 | 1011000 | 0 | 11011 | 11110101 | 1001111 | 101001 |
Color Harmonies of #2316BA
Complementary color
Monochromatic Colors of #2316BA
Black with #2316BA
Text Example
Text Example
White with #2316BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2316BA; }
p { color: rgb(35,22,186); }
H1.HeaderClassName
{
color: #2316BA;
}
.AnyTagClassName
{
color: #2316BA;
}
</style>
background-color css
<style>
a { background-color: #2316BA; }
a { background-color: rgb(35,22,186); }
div.DivClassName
{
background-color: #2316BA;
}
.BgClassName
{
background-color: #2316BA;
}
</style>
border-color css
<style>
span { border-color: #2316BA; }
span { border-color: rgb(35,22,186); }
td.TdClassName
{
border-color: #2316BA;
}
.TagClassName
{
border-color: #2316BA;
}
</style>