Shades of Persian Blue #203CDF
Tints of Persian Blue #203CDF
RGB
CMYK
RGB Variations
Color information
#203CDF (or 0x203CDF) is known color: Persian Blue. HEX triplet: 20, 3C and DF. RGB value is (32,60,223). Sum of RGB (Red+Green+Blue) = 32+60+223=315 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.16% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 223 (87.5% from 255 or 70.79% from 315); Max value from RGB is 223 - color contains mainly: blue. Hex color #203CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203CDF is #DFC320. Grayscale: #454545. Windows color (decimal): -14664481 or 14629920. OLE color: 14629920.
HSL color Cylindrical-coordinate representation of color #203CDF: hue angle of 231.2º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #203CDF is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 60 | 223 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.13 |
| HSL | 231.2º | 0.75% | 0.5% | - |
| HSV(B) | 231.2º | 0.86% | 0.87% | - |
| XYZ | 15.53 | 8.87 | 70.7 | - |
| YUV | 70.21 | 214.22 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 223 | 0.86 | 0.73 | 0 | 0.13 | 231.2 | 0.75 | 0.5 |
| Hex | 20 | 3C | DF | 56 | 49 | 0 | D | E7 | 4B | 32 |
| Octal | 40 | 74 | 337 | 126 | 111 | 0 | 15 | 347 | 113 | 62 |
| Binary | 100000 | 111100 | 11011111 | 1010110 | 1001001 | 0 | 1101 | 11100111 | 1001011 | 110010 |
Color Harmonies of #203CDF
Complementary color
Monochromatic Colors of #203CDF
Black with #203CDF
Text Example
Text Example
White with #203CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203CDF; }
p { color: rgb(32,60,223); }
H1.HeaderClassName
{
color: #203CDF;
}
.AnyTagClassName
{
color: #203CDF;
}
</style>
background-color css
<style>
a { background-color: #203CDF; }
a { background-color: rgb(32,60,223); }
div.DivClassName
{
background-color: #203CDF;
}
.BgClassName
{
background-color: #203CDF;
}
</style>
border-color css
<style>
span { border-color: #203CDF; }
span { border-color: rgb(32,60,223); }
td.TdClassName
{
border-color: #203CDF;
}
.TagClassName
{
border-color: #203CDF;
}
</style>