Shades of Persian Blue #203DBD
Tints of Persian Blue #203DBD
RGB
CMYK
RGB Variations
Color information
#203DBD (or 0x203DBD) is known color: Persian Blue. HEX triplet: 20, 3D and BD. RGB value is (32,61,189). Sum of RGB (Red+Green+Blue) = 32+61+189=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 189 (74.22% from 255 or 67.02% from 282); Max value from RGB is 189 - color contains mainly: blue. Hex color #203DBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203DBD is #DFC242. Grayscale: #424242. Windows color (decimal): -14664259 or 12401952. OLE color: 12401952.
HSL color Cylindrical-coordinate representation of color #203DBD: hue angle of 228.92º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #203DBD is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 61 | 189 | - |
| CMYK | 0.83 | 0.68 | 0 | 0.26 |
| HSL | 228.92º | 0.71% | 0.43% | - |
| HSV(B) | 228.92º | 0.83% | 0.74% | - |
| XYZ | 11.45 | 7.32 | 48.95 | - |
| YUV | 66.92 | 196.89 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 189 | 0.83 | 0.68 | 0 | 0.26 | 228.92 | 0.71 | 0.43 |
| Hex | 20 | 3D | BD | 53 | 44 | 0 | 1A | E5 | 47 | 2B |
| Octal | 40 | 75 | 275 | 123 | 104 | 0 | 32 | 345 | 107 | 53 |
| Binary | 100000 | 111101 | 10111101 | 1010011 | 1000100 | 0 | 11010 | 11100101 | 1000111 | 101011 |
Color Harmonies of #203DBD
Complementary color
Monochromatic Colors of #203DBD
Black with #203DBD
Text Example
Text Example
White with #203DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203DBD; }
p { color: rgb(32,61,189); }
H1.HeaderClassName
{
color: #203DBD;
}
.AnyTagClassName
{
color: #203DBD;
}
</style>
background-color css
<style>
a { background-color: #203DBD; }
a { background-color: rgb(32,61,189); }
div.DivClassName
{
background-color: #203DBD;
}
.BgClassName
{
background-color: #203DBD;
}
</style>
border-color css
<style>
span { border-color: #203DBD; }
span { border-color: rgb(32,61,189); }
td.TdClassName
{
border-color: #203DBD;
}
.TagClassName
{
border-color: #203DBD;
}
</style>