Shades of Persian Blue #203DCF
Tints of Persian Blue #203DCF
RGB
CMYK
RGB Variations
Color information
#203DCF (or 0x203DCF) is known color: Persian Blue. HEX triplet: 20, 3D and CF. RGB value is (32,61,207). Sum of RGB (Red+Green+Blue) = 32+61+207=300 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.67% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 207 (81.25% from 255 or 69% from 300); Max value from RGB is 207 - color contains mainly: blue. Hex color #203DCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203DCF is #DFC230. Grayscale: #444444. Windows color (decimal): -14664241 or 13581600. OLE color: 13581600.
HSL color Cylindrical-coordinate representation of color #203DCF: hue angle of 230.06º 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 #203DCF is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 61 | 207 | - |
| CMYK | 0.85 | 0.71 | 0 | 0.19 |
| HSL | 230.06º | 0.73% | 0.47% | - |
| HSV(B) | 230.06º | 0.85% | 0.81% | - |
| XYZ | 13.53 | 8.15 | 59.89 | - |
| YUV | 68.97 | 205.89 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 207 | 0.85 | 0.71 | 0 | 0.19 | 230.06 | 0.73 | 0.47 |
| Hex | 20 | 3D | CF | 55 | 47 | 0 | 13 | E6 | 49 | 2F |
| Octal | 40 | 75 | 317 | 125 | 107 | 0 | 23 | 346 | 111 | 57 |
| Binary | 100000 | 111101 | 11001111 | 1010101 | 1000111 | 0 | 10011 | 11100110 | 1001001 | 101111 |
Color Harmonies of #203DCF
Complementary color
Monochromatic Colors of #203DCF
Black with #203DCF
Text Example
Text Example
White with #203DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203DCF; }
p { color: rgb(32,61,207); }
H1.HeaderClassName
{
color: #203DCF;
}
.AnyTagClassName
{
color: #203DCF;
}
</style>
background-color css
<style>
a { background-color: #203DCF; }
a { background-color: rgb(32,61,207); }
div.DivClassName
{
background-color: #203DCF;
}
.BgClassName
{
background-color: #203DCF;
}
</style>
border-color css
<style>
span { border-color: #203DCF; }
span { border-color: rgb(32,61,207); }
td.TdClassName
{
border-color: #203DCF;
}
.TagClassName
{
border-color: #203DCF;
}
</style>