Shades of Persian Blue #231BCB
Tints of Persian Blue #231BCB
RGB
CMYK
RGB Variations
Color information
#231BCB (or 0x231BCB) is known color: Persian Blue. HEX triplet: 23, 1B and CB. RGB value is (35,27,203). Sum of RGB (Red+Green+Blue) = 35+27+203=265 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.21% from 265); Green value is 27 (10.94% from 255 or 10.19% from 265); Blue value is 203 (79.69% from 255 or 76.60% from 265); Max value from RGB is 203 - color contains mainly: blue. Hex color #231BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231BCB is #DCE434. Grayscale: #303030. Windows color (decimal): -14476341 or 13310755. OLE color: 13310755.
HSL color Cylindrical-coordinate representation of color #231BCB: hue angle of 242.73º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #231BCB is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 27 | 203 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.20 |
| HSL | 242.73º | 0.77% | 0.45% | - |
| HSV(B) | 242.73º | 0.87% | 0.8% | - |
| XYZ | 11.86 | 5.45 | 56.93 | - |
| YUV | 49.46 | 214.65 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 27 | 203 | 0.83 | 0.87 | 0 | 0.20 | 242.73 | 0.77 | 0.45 |
| Hex | 23 | 1B | CB | 53 | 57 | 0 | 14 | F3 | 4D | 2D |
| Octal | 43 | 33 | 313 | 123 | 127 | 0 | 24 | 363 | 115 | 55 |
| Binary | 100011 | 11011 | 11001011 | 1010011 | 1010111 | 0 | 10100 | 11110011 | 1001101 | 101101 |
Color Harmonies of #231BCB
Complementary color
Monochromatic Colors of #231BCB
Black with #231BCB
Text Example
Text Example
White with #231BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231BCB; }
p { color: rgb(35,27,203); }
H1.HeaderClassName
{
color: #231BCB;
}
.AnyTagClassName
{
color: #231BCB;
}
</style>
background-color css
<style>
a { background-color: #231BCB; }
a { background-color: rgb(35,27,203); }
div.DivClassName
{
background-color: #231BCB;
}
.BgClassName
{
background-color: #231BCB;
}
</style>
border-color css
<style>
span { border-color: #231BCB; }
span { border-color: rgb(35,27,203); }
td.TdClassName
{
border-color: #231BCB;
}
.TagClassName
{
border-color: #231BCB;
}
</style>