Shades of Persian Blue #231ABB
Tints of Persian Blue #231ABB
RGB
CMYK
RGB Variations
Color information
#231ABB (or 0x231ABB) is known color: Persian Blue. HEX triplet: 23, 1A and BB. RGB value is (35,26,187). Sum of RGB (Red+Green+Blue) = 35+26+187=248 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.11% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 187 (73.44% from 255 or 75.40% from 248); Max value from RGB is 187 - color contains mainly: blue. Hex color #231ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231ABB is #DCE544. Grayscale: #2E2E2E. Windows color (decimal): -14476613 or 12261923. OLE color: 12261923.
HSL color Cylindrical-coordinate representation of color #231ABB: hue angle of 243.35º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #231ABB is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 26 | 187 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.27 |
| HSL | 243.35º | 0.76% | 0.42% | - |
| HSV(B) | 243.35º | 0.86% | 0.73% | - |
| XYZ | 10.03 | 4.68 | 47.39 | - |
| YUV | 47.05 | 206.98 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 187 | 0.81 | 0.86 | 0 | 0.27 | 243.35 | 0.76 | 0.42 |
| Hex | 23 | 1A | BB | 51 | 56 | 0 | 1B | F3 | 4C | 2A |
| Octal | 43 | 32 | 273 | 121 | 126 | 0 | 33 | 363 | 114 | 52 |
| Binary | 100011 | 11010 | 10111011 | 1010001 | 1010110 | 0 | 11011 | 11110011 | 1001100 | 101010 |
Color Harmonies of #231ABB
Complementary color
Monochromatic Colors of #231ABB
Black with #231ABB
Text Example
Text Example
White with #231ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231ABB; }
p { color: rgb(35,26,187); }
H1.HeaderClassName
{
color: #231ABB;
}
.AnyTagClassName
{
color: #231ABB;
}
</style>
background-color css
<style>
a { background-color: #231ABB; }
a { background-color: rgb(35,26,187); }
div.DivClassName
{
background-color: #231ABB;
}
.BgClassName
{
background-color: #231ABB;
}
</style>
border-color css
<style>
span { border-color: #231ABB; }
span { border-color: rgb(35,26,187); }
td.TdClassName
{
border-color: #231ABB;
}
.TagClassName
{
border-color: #231ABB;
}
</style>