Shades of Persian Blue #231BBC
Tints of Persian Blue #231BBC
RGB
CMYK
RGB Variations
Color information
#231BBC (or 0x231BBC) is known color: Persian Blue. HEX triplet: 23, 1B and BC. RGB value is (35,27,188). Sum of RGB (Red+Green+Blue) = 35+27+188=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 27 (10.94% from 255 or 10.8% from 250); Blue value is 188 (73.83% from 255 or 75.2% from 250); Max value from RGB is 188 - color contains mainly: blue. Hex color #231BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231BBC is #DCE443. Grayscale: #2F2F2F. Windows color (decimal): -14476356 or 12327715. OLE color: 12327715.
HSL color Cylindrical-coordinate representation of color #231BBC: hue angle of 242.98º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #231BBC is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 27 | 188 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.26 |
| HSL | 242.98º | 0.75% | 0.42% | - |
| HSV(B) | 242.98º | 0.86% | 0.74% | - |
| XYZ | 10.16 | 4.77 | 47.96 | - |
| YUV | 47.75 | 207.15 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 27 | 188 | 0.81 | 0.86 | 0 | 0.26 | 242.98 | 0.75 | 0.42 |
| Hex | 23 | 1B | BC | 51 | 56 | 0 | 1A | F3 | 4B | 2A |
| Octal | 43 | 33 | 274 | 121 | 126 | 0 | 32 | 363 | 113 | 52 |
| Binary | 100011 | 11011 | 10111100 | 1010001 | 1010110 | 0 | 11010 | 11110011 | 1001011 | 101010 |
Color Harmonies of #231BBC
Complementary color
Monochromatic Colors of #231BBC
Black with #231BBC
Text Example
Text Example
White with #231BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231BBC; }
p { color: rgb(35,27,188); }
H1.HeaderClassName
{
color: #231BBC;
}
.AnyTagClassName
{
color: #231BBC;
}
</style>
background-color css
<style>
a { background-color: #231BBC; }
a { background-color: rgb(35,27,188); }
div.DivClassName
{
background-color: #231BBC;
}
.BgClassName
{
background-color: #231BBC;
}
</style>
border-color css
<style>
span { border-color: #231BBC; }
span { border-color: rgb(35,27,188); }
td.TdClassName
{
border-color: #231BBC;
}
.TagClassName
{
border-color: #231BBC;
}
</style>