Shades of Persian Blue #203BC1
Tints of Persian Blue #203BC1
RGB
CMYK
RGB Variations
Color information
#203BC1 (or 0x203BC1) is known color: Persian Blue. HEX triplet: 20, 3B and C1. RGB value is (32,59,193). Sum of RGB (Red+Green+Blue) = 32+59+193=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 193 (75.78% from 255 or 67.96% from 284); Max value from RGB is 193 - color contains mainly: blue. Hex color #203BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203BC1 is #DFC43E. Grayscale: #414141. Windows color (decimal): -14664767 or 12663584. OLE color: 12663584.
HSL color Cylindrical-coordinate representation of color #203BC1: hue angle of 229.94º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #203BC1 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 59 | 193 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.24 |
| HSL | 229.94º | 0.72% | 0.44% | - |
| HSV(B) | 229.94º | 0.83% | 0.76% | - |
| XYZ | 11.79 | 7.29 | 51.24 | - |
| YUV | 66.2 | 199.55 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 193 | 0.83 | 0.69 | 0 | 0.24 | 229.94 | 0.72 | 0.44 |
| Hex | 20 | 3B | C1 | 53 | 45 | 0 | 18 | E6 | 48 | 2C |
| Octal | 40 | 73 | 301 | 123 | 105 | 0 | 30 | 346 | 110 | 54 |
| Binary | 100000 | 111011 | 11000001 | 1010011 | 1000101 | 0 | 11000 | 11100110 | 1001000 | 101100 |
Color Harmonies of #203BC1
Complementary color
Monochromatic Colors of #203BC1
Black with #203BC1
Text Example
Text Example
White with #203BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203BC1; }
p { color: rgb(32,59,193); }
H1.HeaderClassName
{
color: #203BC1;
}
.AnyTagClassName
{
color: #203BC1;
}
</style>
background-color css
<style>
a { background-color: #203BC1; }
a { background-color: rgb(32,59,193); }
div.DivClassName
{
background-color: #203BC1;
}
.BgClassName
{
background-color: #203BC1;
}
</style>
border-color css
<style>
span { border-color: #203BC1; }
span { border-color: rgb(32,59,193); }
td.TdClassName
{
border-color: #203BC1;
}
.TagClassName
{
border-color: #203BC1;
}
</style>