Shades of Persian Blue #203DCE
Tints of Persian Blue #203DCE
RGB
CMYK
RGB Variations
Color information
#203DCE (or 0x203DCE) is known color: Persian Blue. HEX triplet: 20, 3D and CE. RGB value is (32,61,206). Sum of RGB (Red+Green+Blue) = 32+61+206=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 206 (80.86% from 255 or 68.90% from 299); Max value from RGB is 206 - color contains mainly: blue. Hex color #203DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203DCE is #DFC231. Grayscale: #444444. Windows color (decimal): -14664242 or 13516064. OLE color: 13516064.
HSL color Cylindrical-coordinate representation of color #203DCE: hue angle of 230º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #203DCE is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 61 | 206 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.19 |
| HSL | 230º | 0.73% | 0.47% | - |
| HSV(B) | 230º | 0.84% | 0.81% | - |
| XYZ | 13.4 | 8.1 | 59.25 | - |
| YUV | 68.86 | 205.39 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 206 | 0.84 | 0.70 | 0 | 0.19 | 230 | 0.73 | 0.47 |
| Hex | 20 | 3D | CE | 54 | 46 | 0 | 13 | E6 | 49 | 2F |
| Octal | 40 | 75 | 316 | 124 | 106 | 0 | 23 | 346 | 111 | 57 |
| Binary | 100000 | 111101 | 11001110 | 1010100 | 1000110 | 0 | 10011 | 11100110 | 1001001 | 101111 |
Color Harmonies of #203DCE
Complementary color
Monochromatic Colors of #203DCE
Black with #203DCE
Text Example
Text Example
White with #203DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203DCE; }
p { color: rgb(32,61,206); }
H1.HeaderClassName
{
color: #203DCE;
}
.AnyTagClassName
{
color: #203DCE;
}
</style>
background-color css
<style>
a { background-color: #203DCE; }
a { background-color: rgb(32,61,206); }
div.DivClassName
{
background-color: #203DCE;
}
.BgClassName
{
background-color: #203DCE;
}
</style>
border-color css
<style>
span { border-color: #203DCE; }
span { border-color: rgb(32,61,206); }
td.TdClassName
{
border-color: #203DCE;
}
.TagClassName
{
border-color: #203DCE;
}
</style>