Shades of Persian Blue #231CCB
Tints of Persian Blue #231CCB
RGB
CMYK
RGB Variations
Color information
#231CCB (or 0x231CCB) is known color: Persian Blue. HEX triplet: 23, 1C and CB. RGB value is (35,28,203). Sum of RGB (Red+Green+Blue) = 35+28+203=266 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.16% from 266); Green value is 28 (11.33% from 255 or 10.53% from 266); Blue value is 203 (79.69% from 255 or 76.32% from 266); Max value from RGB is 203 - color contains mainly: blue. Hex color #231CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231CCB is #DCE334. Grayscale: #313131. Windows color (decimal): -14476085 or 13311011. OLE color: 13311011.
HSL color Cylindrical-coordinate representation of color #231CCB: hue angle of 242.4º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #231CCB is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 28 | 203 | - |
| CMYK | 0.83 | 0.86 | 0 | 0.20 |
| HSL | 242.4º | 0.76% | 0.45% | - |
| HSV(B) | 242.4º | 0.86% | 0.8% | - |
| XYZ | 11.89 | 5.5 | 56.93 | - |
| YUV | 50.04 | 214.32 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 28 | 203 | 0.83 | 0.86 | 0 | 0.20 | 242.4 | 0.76 | 0.45 |
| Hex | 23 | 1C | CB | 53 | 56 | 0 | 14 | F2 | 4C | 2D |
| Octal | 43 | 34 | 313 | 123 | 126 | 0 | 24 | 362 | 114 | 55 |
| Binary | 100011 | 11100 | 11001011 | 1010011 | 1010110 | 0 | 10100 | 11110010 | 1001100 | 101101 |
Color Harmonies of #231CCB
Complementary color
Monochromatic Colors of #231CCB
Black with #231CCB
Text Example
Text Example
White with #231CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231CCB; }
p { color: rgb(35,28,203); }
H1.HeaderClassName
{
color: #231CCB;
}
.AnyTagClassName
{
color: #231CCB;
}
</style>
background-color css
<style>
a { background-color: #231CCB; }
a { background-color: rgb(35,28,203); }
div.DivClassName
{
background-color: #231CCB;
}
.BgClassName
{
background-color: #231CCB;
}
</style>
border-color css
<style>
span { border-color: #231CCB; }
span { border-color: rgb(35,28,203); }
td.TdClassName
{
border-color: #231CCB;
}
.TagClassName
{
border-color: #231CCB;
}
</style>