Shades of Persian Blue #2314BB
Tints of Persian Blue #2314BB
RGB
CMYK
RGB Variations
Color information
#2314BB (or 0x2314BB) is known color: Persian Blue. HEX triplet: 23, 14 and BB. RGB value is (35,20,187). Sum of RGB (Red+Green+Blue) = 35+20+187=242 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.46% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 187 (73.44% from 255 or 77.27% from 242); Max value from RGB is 187 - color contains mainly: blue. Hex color #2314BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2314BB is #DCEB44. Grayscale: #2A2A2A. Windows color (decimal): -14478149 or 12260387. OLE color: 12260387.
HSL color Cylindrical-coordinate representation of color #2314BB: hue angle of 245.39º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2314BB is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 20 | 187 | - |
| CMYK | 0.81 | 0.89 | 0 | 0.27 |
| HSL | 245.39º | 0.81% | 0.41% | - |
| HSV(B) | 245.39º | 0.89% | 0.73% | - |
| XYZ | 9.91 | 4.45 | 47.35 | - |
| YUV | 43.52 | 208.97 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 20 | 187 | 0.81 | 0.89 | 0 | 0.27 | 245.39 | 0.81 | 0.41 |
| Hex | 23 | 14 | BB | 51 | 59 | 0 | 1B | F5 | 51 | 29 |
| Octal | 43 | 24 | 273 | 121 | 131 | 0 | 33 | 365 | 121 | 51 |
| Binary | 100011 | 10100 | 10111011 | 1010001 | 1011001 | 0 | 11011 | 11110101 | 1010001 | 101001 |
Color Harmonies of #2314BB
Complementary color
Monochromatic Colors of #2314BB
Black with #2314BB
Text Example
Text Example
White with #2314BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2314BB; }
p { color: rgb(35,20,187); }
H1.HeaderClassName
{
color: #2314BB;
}
.AnyTagClassName
{
color: #2314BB;
}
</style>
background-color css
<style>
a { background-color: #2314BB; }
a { background-color: rgb(35,20,187); }
div.DivClassName
{
background-color: #2314BB;
}
.BgClassName
{
background-color: #2314BB;
}
</style>
border-color css
<style>
span { border-color: #2314BB; }
span { border-color: rgb(35,20,187); }
td.TdClassName
{
border-color: #2314BB;
}
.TagClassName
{
border-color: #2314BB;
}
</style>