Shades of Persian Blue #203DD2
Tints of Persian Blue #203DD2
RGB
CMYK
RGB Variations
Color information
#203DD2 (or 0x203DD2) is known color: Persian Blue. HEX triplet: 20, 3D and D2. RGB value is (32,61,210). Sum of RGB (Red+Green+Blue) = 32+61+210=303 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.56% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 210 (82.42% from 255 or 69.31% from 303); Max value from RGB is 210 - color contains mainly: blue. Hex color #203DD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203DD2 is #DFC22D. Grayscale: #444444. Windows color (decimal): -14664238 or 13778208. OLE color: 13778208.
HSL color Cylindrical-coordinate representation of color #203DD2: hue angle of 230.22º degrees, saturation: 0.74, 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 #203DD2 is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 61 | 210 | - |
| CMYK | 0.85 | 0.71 | 0 | 0.18 |
| HSL | 230.22º | 0.74% | 0.47% | - |
| HSV(B) | 230.22º | 0.85% | 0.82% | - |
| XYZ | 13.9 | 8.3 | 61.84 | - |
| YUV | 69.32 | 207.39 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 210 | 0.85 | 0.71 | 0 | 0.18 | 230.22 | 0.74 | 0.47 |
| Hex | 20 | 3D | D2 | 55 | 47 | 0 | 12 | E6 | 4A | 2F |
| Octal | 40 | 75 | 322 | 125 | 107 | 0 | 22 | 346 | 112 | 57 |
| Binary | 100000 | 111101 | 11010010 | 1010101 | 1000111 | 0 | 10010 | 11100110 | 1001010 | 101111 |
Color Harmonies of #203DD2
Complementary color
Monochromatic Colors of #203DD2
Black with #203DD2
Text Example
Text Example
White with #203DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203DD2; }
p { color: rgb(32,61,210); }
H1.HeaderClassName
{
color: #203DD2;
}
.AnyTagClassName
{
color: #203DD2;
}
</style>
background-color css
<style>
a { background-color: #203DD2; }
a { background-color: rgb(32,61,210); }
div.DivClassName
{
background-color: #203DD2;
}
.BgClassName
{
background-color: #203DD2;
}
</style>
border-color css
<style>
span { border-color: #203DD2; }
span { border-color: rgb(32,61,210); }
td.TdClassName
{
border-color: #203DD2;
}
.TagClassName
{
border-color: #203DD2;
}
</style>