Shades of Persian Blue #203AAF
Tints of Persian Blue #203AAF
RGB
CMYK
RGB Variations
Color information
#203AAF (or 0x203AAF) is known color: Persian Blue. HEX triplet: 20, 3A and AF. RGB value is (32,58,175). Sum of RGB (Red+Green+Blue) = 32+58+175=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 175 (68.75% from 255 or 66.04% from 265); Max value from RGB is 175 - color contains mainly: blue. Hex color #203AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203AAF is #DFC550. Grayscale: #3F3F3F. Windows color (decimal): -14665041 or 11483680. OLE color: 11483680.
HSL color Cylindrical-coordinate representation of color #203AAF: hue angle of 229.09º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #203AAF is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 58 | 175 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.31 |
| HSL | 229.09º | 0.69% | 0.41% | - |
| HSV(B) | 229.09º | 0.82% | 0.69% | - |
| XYZ | 9.85 | 6.43 | 41.28 | - |
| YUV | 63.56 | 190.89 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 175 | 0.82 | 0.67 | 0 | 0.31 | 229.09 | 0.69 | 0.41 |
| Hex | 20 | 3A | AF | 52 | 43 | 0 | 1F | E5 | 45 | 29 |
| Octal | 40 | 72 | 257 | 122 | 103 | 0 | 37 | 345 | 105 | 51 |
| Binary | 100000 | 111010 | 10101111 | 1010010 | 1000011 | 0 | 11111 | 11100101 | 1000101 | 101001 |
Color Harmonies of #203AAF
Complementary color
Monochromatic Colors of #203AAF
Black with #203AAF
Text Example
Text Example
White with #203AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203AAF; }
p { color: rgb(32,58,175); }
H1.HeaderClassName
{
color: #203AAF;
}
.AnyTagClassName
{
color: #203AAF;
}
</style>
background-color css
<style>
a { background-color: #203AAF; }
a { background-color: rgb(32,58,175); }
div.DivClassName
{
background-color: #203AAF;
}
.BgClassName
{
background-color: #203AAF;
}
</style>
border-color css
<style>
span { border-color: #203AAF; }
span { border-color: rgb(32,58,175); }
td.TdClassName
{
border-color: #203AAF;
}
.TagClassName
{
border-color: #203AAF;
}
</style>