Shades of Persian Blue #203BC5
Tints of Persian Blue #203BC5
RGB
CMYK
RGB Variations
Color information
#203BC5 (or 0x203BC5) is known color: Persian Blue. HEX triplet: 20, 3B and C5. RGB value is (32,59,197). Sum of RGB (Red+Green+Blue) = 32+59+197=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 197 (77.34% from 255 or 68.40% from 288); Max value from RGB is 197 - color contains mainly: blue. Hex color #203BC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203BC5 is #DFC43A. Grayscale: #424242. Windows color (decimal): -14664763 or 12925728. OLE color: 12925728.
HSL color Cylindrical-coordinate representation of color #203BC5: hue angle of 230.18º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #203BC5 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 59 | 197 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.23 |
| HSL | 230.18º | 0.72% | 0.45% | - |
| HSV(B) | 230.18º | 0.84% | 0.77% | - |
| XYZ | 12.24 | 7.47 | 53.62 | - |
| YUV | 66.66 | 201.55 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 197 | 0.84 | 0.70 | 0 | 0.23 | 230.18 | 0.72 | 0.45 |
| Hex | 20 | 3B | C5 | 54 | 46 | 0 | 17 | E6 | 48 | 2D |
| Octal | 40 | 73 | 305 | 124 | 106 | 0 | 27 | 346 | 110 | 55 |
| Binary | 100000 | 111011 | 11000101 | 1010100 | 1000110 | 0 | 10111 | 11100110 | 1001000 | 101101 |
Color Harmonies of #203BC5
Complementary color
Monochromatic Colors of #203BC5
Black with #203BC5
Text Example
Text Example
White with #203BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203BC5; }
p { color: rgb(32,59,197); }
H1.HeaderClassName
{
color: #203BC5;
}
.AnyTagClassName
{
color: #203BC5;
}
</style>
background-color css
<style>
a { background-color: #203BC5; }
a { background-color: rgb(32,59,197); }
div.DivClassName
{
background-color: #203BC5;
}
.BgClassName
{
background-color: #203BC5;
}
</style>
border-color css
<style>
span { border-color: #203BC5; }
span { border-color: rgb(32,59,197); }
td.TdClassName
{
border-color: #203BC5;
}
.TagClassName
{
border-color: #203BC5;
}
</style>