Shades of Persian Blue #203ACB
Tints of Persian Blue #203ACB
RGB
CMYK
RGB Variations
Color information
#203ACB (or 0x203ACB) is known color: Persian Blue. HEX triplet: 20, 3A and CB. RGB value is (32,58,203). Sum of RGB (Red+Green+Blue) = 32+58+203=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 203 (79.69% from 255 or 69.28% from 293); Max value from RGB is 203 - color contains mainly: blue. Hex color #203ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203ACB is #DFC534. Grayscale: #424242. Windows color (decimal): -14665013 or 13318688. OLE color: 13318688.
HSL color Cylindrical-coordinate representation of color #203ACB: hue angle of 230.88º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #203ACB is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 58 | 203 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.20 |
| HSL | 230.88º | 0.73% | 0.46% | - |
| HSV(B) | 230.88º | 0.84% | 0.8% | - |
| XYZ | 12.89 | 7.64 | 57.3 | - |
| YUV | 66.76 | 204.89 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 203 | 0.84 | 0.71 | 0 | 0.20 | 230.88 | 0.73 | 0.46 |
| Hex | 20 | 3A | CB | 54 | 47 | 0 | 14 | E7 | 49 | 2E |
| Octal | 40 | 72 | 313 | 124 | 107 | 0 | 24 | 347 | 111 | 56 |
| Binary | 100000 | 111010 | 11001011 | 1010100 | 1000111 | 0 | 10100 | 11100111 | 1001001 | 101110 |
Color Harmonies of #203ACB
Complementary color
Monochromatic Colors of #203ACB
Black with #203ACB
Text Example
Text Example
White with #203ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203ACB; }
p { color: rgb(32,58,203); }
H1.HeaderClassName
{
color: #203ACB;
}
.AnyTagClassName
{
color: #203ACB;
}
</style>
background-color css
<style>
a { background-color: #203ACB; }
a { background-color: rgb(32,58,203); }
div.DivClassName
{
background-color: #203ACB;
}
.BgClassName
{
background-color: #203ACB;
}
</style>
border-color css
<style>
span { border-color: #203ACB; }
span { border-color: rgb(32,58,203); }
td.TdClassName
{
border-color: #203ACB;
}
.TagClassName
{
border-color: #203ACB;
}
</style>