Shades of Persian Blue #2315BD
Tints of Persian Blue #2315BD
RGB
CMYK
RGB Variations
Color information
#2315BD (or 0x2315BD) is known color: Persian Blue. HEX triplet: 23, 15 and BD. RGB value is (35,21,189). Sum of RGB (Red+Green+Blue) = 35+21+189=245 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.29% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 189 (74.22% from 255 or 77.14% from 245); Max value from RGB is 189 - color contains mainly: blue. Hex color #2315BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2315BD is #DCEA42. Grayscale: #2B2B2B. Windows color (decimal): -14477891 or 12391715. OLE color: 12391715.
HSL color Cylindrical-coordinate representation of color #2315BD: hue angle of 245º 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 #2315BD is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 21 | 189 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.26 |
| HSL | 245º | 0.8% | 0.41% | - |
| HSV(B) | 245º | 0.89% | 0.74% | - |
| XYZ | 10.15 | 4.57 | 48.49 | - |
| YUV | 44.34 | 209.64 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 21 | 189 | 0.81 | 0.89 | 0 | 0.26 | 245 | 0.8 | 0.41 |
| Hex | 23 | 15 | BD | 51 | 59 | 0 | 1A | F5 | 50 | 29 |
| Octal | 43 | 25 | 275 | 121 | 131 | 0 | 32 | 365 | 120 | 51 |
| Binary | 100011 | 10101 | 10111101 | 1010001 | 1011001 | 0 | 11010 | 11110101 | 1010000 | 101001 |
Color Harmonies of #2315BD
Complementary color
Monochromatic Colors of #2315BD
Black with #2315BD
Text Example
Text Example
White with #2315BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2315BD; }
p { color: rgb(35,21,189); }
H1.HeaderClassName
{
color: #2315BD;
}
.AnyTagClassName
{
color: #2315BD;
}
</style>
background-color css
<style>
a { background-color: #2315BD; }
a { background-color: rgb(35,21,189); }
div.DivClassName
{
background-color: #2315BD;
}
.BgClassName
{
background-color: #2315BD;
}
</style>
border-color css
<style>
span { border-color: #2315BD; }
span { border-color: rgb(35,21,189); }
td.TdClassName
{
border-color: #2315BD;
}
.TagClassName
{
border-color: #2315BD;
}
</style>