Shades of Persian Blue #203FCF
Tints of Persian Blue #203FCF
RGB
CMYK
RGB Variations
Color information
#203FCF (or 0x203FCF) is known color: Persian Blue. HEX triplet: 20, 3F and CF. RGB value is (32,63,207). Sum of RGB (Red+Green+Blue) = 32+63+207=302 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.60% from 302); Green value is 63 (25% from 255 or 20.86% from 302); Blue value is 207 (81.25% from 255 or 68.54% from 302); Max value from RGB is 207 - color contains mainly: blue. Hex color #203FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203FCF is #DFC030. Grayscale: #454545. Windows color (decimal): -14663729 or 13582112. OLE color: 13582112.
HSL color Cylindrical-coordinate representation of color #203FCF: hue angle of 229.37º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #203FCF is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 63 | 207 | - |
| CMYK | 0.85 | 0.70 | 0 | 0.19 |
| HSL | 229.37º | 0.73% | 0.47% | - |
| HSV(B) | 229.37º | 0.85% | 0.81% | - |
| XYZ | 13.64 | 8.37 | 59.93 | - |
| YUV | 70.15 | 205.23 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 207 | 0.85 | 0.70 | 0 | 0.19 | 229.37 | 0.73 | 0.47 |
| Hex | 20 | 3F | CF | 55 | 46 | 0 | 13 | E5 | 49 | 2F |
| Octal | 40 | 77 | 317 | 125 | 106 | 0 | 23 | 345 | 111 | 57 |
| Binary | 100000 | 111111 | 11001111 | 1010101 | 1000110 | 0 | 10011 | 11100101 | 1001001 | 101111 |
Color Harmonies of #203FCF
Complementary color
Monochromatic Colors of #203FCF
Black with #203FCF
Text Example
Text Example
White with #203FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203FCF; }
p { color: rgb(32,63,207); }
H1.HeaderClassName
{
color: #203FCF;
}
.AnyTagClassName
{
color: #203FCF;
}
</style>
background-color css
<style>
a { background-color: #203FCF; }
a { background-color: rgb(32,63,207); }
div.DivClassName
{
background-color: #203FCF;
}
.BgClassName
{
background-color: #203FCF;
}
</style>
border-color css
<style>
span { border-color: #203FCF; }
span { border-color: rgb(32,63,207); }
td.TdClassName
{
border-color: #203FCF;
}
.TagClassName
{
border-color: #203FCF;
}
</style>