Shades of Persian Blue #231CBB
Tints of Persian Blue #231CBB
RGB
CMYK
RGB Variations
Color information
#231CBB (or 0x231CBB) is known color: Persian Blue. HEX triplet: 23, 1C and BB. RGB value is (35,28,187). Sum of RGB (Red+Green+Blue) = 35+28+187=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 187 (73.44% from 255 or 74.8% from 250); Max value from RGB is 187 - color contains mainly: blue. Hex color #231CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231CBB is #DCE344. Grayscale: #2F2F2F. Windows color (decimal): -14476101 or 12262435. OLE color: 12262435.
HSL color Cylindrical-coordinate representation of color #231CBB: hue angle of 242.64º degrees, saturation: 0.74, 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 #231CBB is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 28 | 187 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.27 |
| HSL | 242.64º | 0.74% | 0.42% | - |
| HSV(B) | 242.64º | 0.85% | 0.73% | - |
| XYZ | 10.08 | 4.78 | 47.4 | - |
| YUV | 48.22 | 206.32 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 187 | 0.81 | 0.85 | 0 | 0.27 | 242.64 | 0.74 | 0.42 |
| Hex | 23 | 1C | BB | 51 | 55 | 0 | 1B | F3 | 4A | 2A |
| Octal | 43 | 34 | 273 | 121 | 125 | 0 | 33 | 363 | 112 | 52 |
| Binary | 100011 | 11100 | 10111011 | 1010001 | 1010101 | 0 | 11011 | 11110011 | 1001010 | 101010 |
Color Harmonies of #231CBB
Complementary color
Monochromatic Colors of #231CBB
Black with #231CBB
Text Example
Text Example
White with #231CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231CBB; }
p { color: rgb(35,28,187); }
H1.HeaderClassName
{
color: #231CBB;
}
.AnyTagClassName
{
color: #231CBB;
}
</style>
background-color css
<style>
a { background-color: #231CBB; }
a { background-color: rgb(35,28,187); }
div.DivClassName
{
background-color: #231CBB;
}
.BgClassName
{
background-color: #231CBB;
}
</style>
border-color css
<style>
span { border-color: #231CBB; }
span { border-color: rgb(35,28,187); }
td.TdClassName
{
border-color: #231CBB;
}
.TagClassName
{
border-color: #231CBB;
}
</style>