Shades of Persian Blue #2316BD
Tints of Persian Blue #2316BD
RGB
CMYK
RGB Variations
Color information
#2316BD (or 0x2316BD) is known color: Persian Blue. HEX triplet: 23, 16 and BD. RGB value is (35,22,189). Sum of RGB (Red+Green+Blue) = 35+22+189=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 189 (74.22% from 255 or 76.83% from 246); Max value from RGB is 189 - color contains mainly: blue. Hex color #2316BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2316BD is #DCE942. Grayscale: #2C2C2C. Windows color (decimal): -14477635 or 12391971. OLE color: 12391971.
HSL color Cylindrical-coordinate representation of color #2316BD: hue angle of 244.67º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2316BD is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 22 | 189 | - |
| CMYK | 0.81 | 0.88 | 0 | 0.26 |
| HSL | 244.67º | 0.79% | 0.41% | - |
| HSV(B) | 244.67º | 0.88% | 0.74% | - |
| XYZ | 10.17 | 4.61 | 48.5 | - |
| YUV | 44.93 | 209.31 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 22 | 189 | 0.81 | 0.88 | 0 | 0.26 | 244.67 | 0.79 | 0.41 |
| Hex | 23 | 16 | BD | 51 | 58 | 0 | 1A | F5 | 4F | 29 |
| Octal | 43 | 26 | 275 | 121 | 130 | 0 | 32 | 365 | 117 | 51 |
| Binary | 100011 | 10110 | 10111101 | 1010001 | 1011000 | 0 | 11010 | 11110101 | 1001111 | 101001 |
Color Harmonies of #2316BD
Complementary color
Monochromatic Colors of #2316BD
Black with #2316BD
Text Example
Text Example
White with #2316BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2316BD; }
p { color: rgb(35,22,189); }
H1.HeaderClassName
{
color: #2316BD;
}
.AnyTagClassName
{
color: #2316BD;
}
</style>
background-color css
<style>
a { background-color: #2316BD; }
a { background-color: rgb(35,22,189); }
div.DivClassName
{
background-color: #2316BD;
}
.BgClassName
{
background-color: #2316BD;
}
</style>
border-color css
<style>
span { border-color: #2316BD; }
span { border-color: rgb(35,22,189); }
td.TdClassName
{
border-color: #2316BD;
}
.TagClassName
{
border-color: #2316BD;
}
</style>