Shades of Persian Blue #203AD0
Tints of Persian Blue #203AD0
RGB
CMYK
RGB Variations
Color information
#203AD0 (or 0x203AD0) is known color: Persian Blue. HEX triplet: 20, 3A and D0. RGB value is (32,58,208). Sum of RGB (Red+Green+Blue) = 32+58+208=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 208 (81.64% from 255 or 69.80% from 298); Max value from RGB is 208 - color contains mainly: blue. Hex color #203AD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203AD0 is #DFC52F. Grayscale: #424242. Windows color (decimal): -14665008 or 13646368. OLE color: 13646368.
HSL color Cylindrical-coordinate representation of color #203AD0: hue angle of 231.14º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #203AD0 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 58 | 208 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.18 |
| HSL | 231.14º | 0.73% | 0.47% | - |
| HSV(B) | 231.14º | 0.85% | 0.82% | - |
| XYZ | 13.49 | 7.89 | 60.49 | - |
| YUV | 67.33 | 207.39 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 208 | 0.85 | 0.72 | 0 | 0.18 | 231.14 | 0.73 | 0.47 |
| Hex | 20 | 3A | D0 | 55 | 48 | 0 | 12 | E7 | 49 | 2F |
| Octal | 40 | 72 | 320 | 125 | 110 | 0 | 22 | 347 | 111 | 57 |
| Binary | 100000 | 111010 | 11010000 | 1010101 | 1001000 | 0 | 10010 | 11100111 | 1001001 | 101111 |
Color Harmonies of #203AD0
Complementary color
Monochromatic Colors of #203AD0
Black with #203AD0
Text Example
Text Example
White with #203AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203AD0; }
p { color: rgb(32,58,208); }
H1.HeaderClassName
{
color: #203AD0;
}
.AnyTagClassName
{
color: #203AD0;
}
</style>
background-color css
<style>
a { background-color: #203AD0; }
a { background-color: rgb(32,58,208); }
div.DivClassName
{
background-color: #203AD0;
}
.BgClassName
{
background-color: #203AD0;
}
</style>
border-color css
<style>
span { border-color: #203AD0; }
span { border-color: rgb(32,58,208); }
td.TdClassName
{
border-color: #203AD0;
}
.TagClassName
{
border-color: #203AD0;
}
</style>