Shades of Persian Blue #231BCE
Tints of Persian Blue #231BCE
RGB
CMYK
RGB Variations
Color information
#231BCE (or 0x231BCE) is known color: Persian Blue. HEX triplet: 23, 1B and CE. RGB value is (35,27,206). Sum of RGB (Red+Green+Blue) = 35+27+206=268 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.06% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 206 (80.86% from 255 or 76.87% from 268); Max value from RGB is 206 - color contains mainly: blue. Hex color #231BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231BCE is #DCE431. Grayscale: #313131. Windows color (decimal): -14476338 or 13507363. OLE color: 13507363.
HSL color Cylindrical-coordinate representation of color #231BCE: hue angle of 242.68º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #231BCE is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 35 | 27 | 206 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.19 |
| HSL | 242.68º | 0.77% | 0.46% | - |
| HSV(B) | 242.68º | 0.87% | 0.81% | - |
| XYZ | 12.23 | 5.6 | 58.83 | - |
| YUV | 49.8 | 216.15 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 27 | 206 | 0.83 | 0.87 | 0 | 0.19 | 242.68 | 0.77 | 0.46 |
| Hex | 23 | 1B | CE | 53 | 57 | 0 | 13 | F3 | 4D | 2E |
| Octal | 43 | 33 | 316 | 123 | 127 | 0 | 23 | 363 | 115 | 56 |
| Binary | 100011 | 11011 | 11001110 | 1010011 | 1010111 | 0 | 10011 | 11110011 | 1001101 | 101110 |
Color Harmonies of #231BCE
Complementary color
Monochromatic Colors of #231BCE
Black with #231BCE
Text Example
Text Example
White with #231BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231BCE; }
p { color: rgb(35,27,206); }
H1.HeaderClassName
{
color: #231BCE;
}
.AnyTagClassName
{
color: #231BCE;
}
</style>
background-color css
<style>
a { background-color: #231BCE; }
a { background-color: rgb(35,27,206); }
div.DivClassName
{
background-color: #231BCE;
}
.BgClassName
{
background-color: #231BCE;
}
</style>
border-color css
<style>
span { border-color: #231BCE; }
span { border-color: rgb(35,27,206); }
td.TdClassName
{
border-color: #231BCE;
}
.TagClassName
{
border-color: #231BCE;
}
</style>