Shades of Persian Blue #2315BC
Tints of Persian Blue #2315BC
RGB
CMYK
RGB Variations
Color information
#2315BC (or 0x2315BC) is known color: Persian Blue. HEX triplet: 23, 15 and BC. RGB value is (35,21,188). Sum of RGB (Red+Green+Blue) = 35+21+188=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 188 (73.83% from 255 or 77.05% from 244); Max value from RGB is 188 - color contains mainly: blue. Hex color #2315BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2315BC is #DCEA43. Grayscale: #2B2B2B. Windows color (decimal): -14477892 or 12326179. OLE color: 12326179.
HSL color Cylindrical-coordinate representation of color #2315BC: hue angle of 245.03º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2315BC is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 21 | 188 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.26 |
| HSL | 245.03º | 0.8% | 0.41% | - |
| HSV(B) | 245.03º | 0.89% | 0.74% | - |
| XYZ | 10.04 | 4.52 | 47.92 | - |
| YUV | 44.22 | 209.14 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 21 | 188 | 0.81 | 0.89 | 0 | 0.26 | 245.03 | 0.8 | 0.41 |
| Hex | 23 | 15 | BC | 51 | 59 | 0 | 1A | F5 | 50 | 29 |
| Octal | 43 | 25 | 274 | 121 | 131 | 0 | 32 | 365 | 120 | 51 |
| Binary | 100011 | 10101 | 10111100 | 1010001 | 1011001 | 0 | 11010 | 11110101 | 1010000 | 101001 |
Color Harmonies of #2315BC
Complementary color
Monochromatic Colors of #2315BC
Black with #2315BC
Text Example
Text Example
White with #2315BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2315BC; }
p { color: rgb(35,21,188); }
H1.HeaderClassName
{
color: #2315BC;
}
.AnyTagClassName
{
color: #2315BC;
}
</style>
background-color css
<style>
a { background-color: #2315BC; }
a { background-color: rgb(35,21,188); }
div.DivClassName
{
background-color: #2315BC;
}
.BgClassName
{
background-color: #2315BC;
}
</style>
border-color css
<style>
span { border-color: #2315BC; }
span { border-color: rgb(35,21,188); }
td.TdClassName
{
border-color: #2315BC;
}
.TagClassName
{
border-color: #2315BC;
}
</style>