Shades of Persian Blue #231BBA
Tints of Persian Blue #231BBA
RGB
CMYK
RGB Variations
Color information
#231BBA (or 0x231BBA) is known color: Persian Blue. HEX triplet: 23, 1B and BA. RGB value is (35,27,186). Sum of RGB (Red+Green+Blue) = 35+27+186=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 186 (73.05% from 255 or 75% from 248); Max value from RGB is 186 - color contains mainly: blue. Hex color #231BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231BBA is #DCE445. Grayscale: #2E2E2E. Windows color (decimal): -14476358 or 12196643. OLE color: 12196643.
HSL color Cylindrical-coordinate representation of color #231BBA: hue angle of 243.02º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #231BBA is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 27 | 186 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.27 |
| HSL | 243.02º | 0.75% | 0.42% | - |
| HSV(B) | 243.02º | 0.85% | 0.73% | - |
| XYZ | 9.95 | 4.69 | 46.83 | - |
| YUV | 47.52 | 206.15 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 27 | 186 | 0.81 | 0.85 | 0 | 0.27 | 243.02 | 0.75 | 0.42 |
| Hex | 23 | 1B | BA | 51 | 55 | 0 | 1B | F3 | 4B | 2A |
| Octal | 43 | 33 | 272 | 121 | 125 | 0 | 33 | 363 | 113 | 52 |
| Binary | 100011 | 11011 | 10111010 | 1010001 | 1010101 | 0 | 11011 | 11110011 | 1001011 | 101010 |
Color Harmonies of #231BBA
Complementary color
Monochromatic Colors of #231BBA
Black with #231BBA
Text Example
Text Example
White with #231BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231BBA; }
p { color: rgb(35,27,186); }
H1.HeaderClassName
{
color: #231BBA;
}
.AnyTagClassName
{
color: #231BBA;
}
</style>
background-color css
<style>
a { background-color: #231BBA; }
a { background-color: rgb(35,27,186); }
div.DivClassName
{
background-color: #231BBA;
}
.BgClassName
{
background-color: #231BBA;
}
</style>
border-color css
<style>
span { border-color: #231BBA; }
span { border-color: rgb(35,27,186); }
td.TdClassName
{
border-color: #231BBA;
}
.TagClassName
{
border-color: #231BBA;
}
</style>