Shades of Persian Blue #203DCB
Tints of Persian Blue #203DCB
RGB
CMYK
RGB Variations
Color information
#203DCB (or 0x203DCB) is known color: Persian Blue. HEX triplet: 20, 3D and CB. RGB value is (32,61,203). Sum of RGB (Red+Green+Blue) = 32+61+203=296 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.81% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 203 (79.69% from 255 or 68.58% from 296); Max value from RGB is 203 - color contains mainly: blue. Hex color #203DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203DCB is #DFC234. Grayscale: #434343. Windows color (decimal): -14664245 or 13319456. OLE color: 13319456.
HSL color Cylindrical-coordinate representation of color #203DCB: hue angle of 229.82º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #203DCB is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 61 | 203 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.20 |
| HSL | 229.82º | 0.73% | 0.46% | - |
| HSV(B) | 229.82º | 0.84% | 0.8% | - |
| XYZ | 13.04 | 7.96 | 57.35 | - |
| YUV | 68.52 | 203.89 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 203 | 0.84 | 0.70 | 0 | 0.20 | 229.82 | 0.73 | 0.46 |
| Hex | 20 | 3D | CB | 54 | 46 | 0 | 14 | E6 | 49 | 2E |
| Octal | 40 | 75 | 313 | 124 | 106 | 0 | 24 | 346 | 111 | 56 |
| Binary | 100000 | 111101 | 11001011 | 1010100 | 1000110 | 0 | 10100 | 11100110 | 1001001 | 101110 |
Color Harmonies of #203DCB
Complementary color
Monochromatic Colors of #203DCB
Black with #203DCB
Text Example
Text Example
White with #203DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203DCB; }
p { color: rgb(32,61,203); }
H1.HeaderClassName
{
color: #203DCB;
}
.AnyTagClassName
{
color: #203DCB;
}
</style>
background-color css
<style>
a { background-color: #203DCB; }
a { background-color: rgb(32,61,203); }
div.DivClassName
{
background-color: #203DCB;
}
.BgClassName
{
background-color: #203DCB;
}
</style>
border-color css
<style>
span { border-color: #203DCB; }
span { border-color: rgb(32,61,203); }
td.TdClassName
{
border-color: #203DCB;
}
.TagClassName
{
border-color: #203DCB;
}
</style>