Shades of Persian Blue #2317BA
Tints of Persian Blue #2317BA
RGB
CMYK
RGB Variations
Color information
#2317BA (or 0x2317BA) is known color: Persian Blue. HEX triplet: 23, 17 and BA. RGB value is (35,23,186). Sum of RGB (Red+Green+Blue) = 35+23+186=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 186 (73.05% from 255 or 76.23% from 244); Max value from RGB is 186 - color contains mainly: blue. Hex color #2317BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2317BA is #DCE845. Grayscale: #2C2C2C. Windows color (decimal): -14477382 or 12195619. OLE color: 12195619.
HSL color Cylindrical-coordinate representation of color #2317BA: hue angle of 244.42º degrees, saturation: 0.78, 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 #2317BA is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 23 | 186 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.27 |
| HSL | 244.42º | 0.78% | 0.41% | - |
| HSV(B) | 244.42º | 0.88% | 0.73% | - |
| XYZ | 9.86 | 4.52 | 46.81 | - |
| YUV | 45.17 | 207.48 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 23 | 186 | 0.81 | 0.88 | 0 | 0.27 | 244.42 | 0.78 | 0.41 |
| Hex | 23 | 17 | BA | 51 | 58 | 0 | 1B | F4 | 4E | 29 |
| Octal | 43 | 27 | 272 | 121 | 130 | 0 | 33 | 364 | 116 | 51 |
| Binary | 100011 | 10111 | 10111010 | 1010001 | 1011000 | 0 | 11011 | 11110100 | 1001110 | 101001 |
Color Harmonies of #2317BA
Complementary color
Monochromatic Colors of #2317BA
Black with #2317BA
Text Example
Text Example
White with #2317BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2317BA; }
p { color: rgb(35,23,186); }
H1.HeaderClassName
{
color: #2317BA;
}
.AnyTagClassName
{
color: #2317BA;
}
</style>
background-color css
<style>
a { background-color: #2317BA; }
a { background-color: rgb(35,23,186); }
div.DivClassName
{
background-color: #2317BA;
}
.BgClassName
{
background-color: #2317BA;
}
</style>
border-color css
<style>
span { border-color: #2317BA; }
span { border-color: rgb(35,23,186); }
td.TdClassName
{
border-color: #2317BA;
}
.TagClassName
{
border-color: #2317BA;
}
</style>