Shades of Persian Blue #203BDC
Tints of Persian Blue #203BDC
RGB
CMYK
RGB Variations
Color information
#203BDC (or 0x203BDC) is known color: Persian Blue. HEX triplet: 20, 3B and DC. RGB value is (32,59,220). Sum of RGB (Red+Green+Blue) = 32+59+220=311 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.29% from 311); Green value is 59 (23.44% from 255 or 18.97% from 311); Blue value is 220 (86.33% from 255 or 70.74% from 311); Max value from RGB is 220 - color contains mainly: blue. Hex color #203BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203BDC is #DFC423. Grayscale: #444444. Windows color (decimal): -14664740 or 14433056. OLE color: 14433056.
HSL color Cylindrical-coordinate representation of color #203BDC: hue angle of 231.38º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #203BDC is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 59 | 220 | - |
| CMYK | 0.85 | 0.73 | 0 | 0.14 |
| HSL | 231.38º | 0.75% | 0.49% | - |
| HSV(B) | 231.38º | 0.85% | 0.86% | - |
| XYZ | 15.08 | 8.6 | 68.58 | - |
| YUV | 69.28 | 213.05 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 220 | 0.85 | 0.73 | 0 | 0.14 | 231.38 | 0.75 | 0.49 |
| Hex | 20 | 3B | DC | 55 | 49 | 0 | E | E7 | 4B | 31 |
| Octal | 40 | 73 | 334 | 125 | 111 | 0 | 16 | 347 | 113 | 61 |
| Binary | 100000 | 111011 | 11011100 | 1010101 | 1001001 | 0 | 1110 | 11100111 | 1001011 | 110001 |
Color Harmonies of #203BDC
Complementary color
Monochromatic Colors of #203BDC
Black with #203BDC
Text Example
Text Example
White with #203BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203BDC; }
p { color: rgb(32,59,220); }
H1.HeaderClassName
{
color: #203BDC;
}
.AnyTagClassName
{
color: #203BDC;
}
</style>
background-color css
<style>
a { background-color: #203BDC; }
a { background-color: rgb(32,59,220); }
div.DivClassName
{
background-color: #203BDC;
}
.BgClassName
{
background-color: #203BDC;
}
</style>
border-color css
<style>
span { border-color: #203BDC; }
span { border-color: rgb(32,59,220); }
td.TdClassName
{
border-color: #203BDC;
}
.TagClassName
{
border-color: #203BDC;
}
</style>