Shades of Persian Blue #203ADF
Tints of Persian Blue #203ADF
RGB
CMYK
RGB Variations
Color information
#203ADF (or 0x203ADF) is known color: Persian Blue. HEX triplet: 20, 3A and DF. RGB value is (32,58,223). Sum of RGB (Red+Green+Blue) = 32+58+223=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 223 (87.5% from 255 or 71.25% from 313); Max value from RGB is 223 - color contains mainly: blue. Hex color #203ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203ADF is #DFC520. Grayscale: #444444. Windows color (decimal): -14664993 or 14629408. OLE color: 14629408.
HSL color Cylindrical-coordinate representation of color #203ADF: hue angle of 231.83º 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 #203ADF is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 58 | 223 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.13 |
| HSL | 231.83º | 0.75% | 0.5% | - |
| HSV(B) | 231.83º | 0.86% | 0.87% | - |
| XYZ | 15.43 | 8.66 | 70.67 | - |
| YUV | 69.04 | 214.89 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 223 | 0.86 | 0.74 | 0 | 0.13 | 231.83 | 0.75 | 0.5 |
| Hex | 20 | 3A | DF | 56 | 4A | 0 | D | E8 | 4B | 32 |
| Octal | 40 | 72 | 337 | 126 | 112 | 0 | 15 | 350 | 113 | 62 |
| Binary | 100000 | 111010 | 11011111 | 1010110 | 1001010 | 0 | 1101 | 11101000 | 1001011 | 110010 |
Color Harmonies of #203ADF
Complementary color
Monochromatic Colors of #203ADF
Black with #203ADF
Text Example
Text Example
White with #203ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203ADF; }
p { color: rgb(32,58,223); }
H1.HeaderClassName
{
color: #203ADF;
}
.AnyTagClassName
{
color: #203ADF;
}
</style>
background-color css
<style>
a { background-color: #203ADF; }
a { background-color: rgb(32,58,223); }
div.DivClassName
{
background-color: #203ADF;
}
.BgClassName
{
background-color: #203ADF;
}
</style>
border-color css
<style>
span { border-color: #203ADF; }
span { border-color: rgb(32,58,223); }
td.TdClassName
{
border-color: #203ADF;
}
.TagClassName
{
border-color: #203ADF;
}
</style>