Shades of Persian Blue #231EBA
Tints of Persian Blue #231EBA
RGB
CMYK
RGB Variations
Color information
#231EBA (or 0x231EBA) is known color: Persian Blue. HEX triplet: 23, 1E and BA. RGB value is (35,30,186). Sum of RGB (Red+Green+Blue) = 35+30+186=251 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.94% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 186 (73.05% from 255 or 74.10% from 251); Max value from RGB is 186 - color contains mainly: blue. Hex color #231EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231EBA is #DCE145. Grayscale: #303030. Windows color (decimal): -14475590 or 12197411. OLE color: 12197411.
HSL color Cylindrical-coordinate representation of color #231EBA: hue angle of 241.92º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #231EBA is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 30 | 186 | - |
| CMYK | 0.81 | 0.84 | 0 | 0.27 |
| HSL | 241.92º | 0.72% | 0.42% | - |
| HSV(B) | 241.92º | 0.84% | 0.73% | - |
| XYZ | 10.02 | 4.83 | 46.86 | - |
| YUV | 49.28 | 205.16 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 30 | 186 | 0.81 | 0.84 | 0 | 0.27 | 241.92 | 0.72 | 0.42 |
| Hex | 23 | 1E | BA | 51 | 54 | 0 | 1B | F2 | 48 | 2A |
| Octal | 43 | 36 | 272 | 121 | 124 | 0 | 33 | 362 | 110 | 52 |
| Binary | 100011 | 11110 | 10111010 | 1010001 | 1010100 | 0 | 11011 | 11110010 | 1001000 | 101010 |
Color Harmonies of #231EBA
Complementary color
Monochromatic Colors of #231EBA
Black with #231EBA
Text Example
Text Example
White with #231EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231EBA; }
p { color: rgb(35,30,186); }
H1.HeaderClassName
{
color: #231EBA;
}
.AnyTagClassName
{
color: #231EBA;
}
</style>
background-color css
<style>
a { background-color: #231EBA; }
a { background-color: rgb(35,30,186); }
div.DivClassName
{
background-color: #231EBA;
}
.BgClassName
{
background-color: #231EBA;
}
</style>
border-color css
<style>
span { border-color: #231EBA; }
span { border-color: rgb(35,30,186); }
td.TdClassName
{
border-color: #231EBA;
}
.TagClassName
{
border-color: #231EBA;
}
</style>