Shades of Persian Blue #203ADD
Tints of Persian Blue #203ADD
RGB
CMYK
RGB Variations
Color information
#203ADD (or 0x203ADD) is known color: Persian Blue. HEX triplet: 20, 3A and DD. RGB value is (32,58,221). Sum of RGB (Red+Green+Blue) = 32+58+221=311 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.29% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 221 (86.72% from 255 or 71.06% from 311); Max value from RGB is 221 - color contains mainly: blue. Hex color #203ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203ADD is #DFC522. Grayscale: #444444. Windows color (decimal): -14664995 or 14498336. OLE color: 14498336.
HSL color Cylindrical-coordinate representation of color #203ADD: hue angle of 231.75º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #203ADD is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 58 | 221 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.13 |
| HSL | 231.75º | 0.75% | 0.5% | - |
| HSV(B) | 231.75º | 0.86% | 0.87% | - |
| XYZ | 15.16 | 8.55 | 69.26 | - |
| YUV | 68.81 | 213.89 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 221 | 0.86 | 0.74 | 0 | 0.13 | 231.75 | 0.75 | 0.5 |
| Hex | 20 | 3A | DD | 56 | 4A | 0 | D | E8 | 4B | 32 |
| Octal | 40 | 72 | 335 | 126 | 112 | 0 | 15 | 350 | 113 | 62 |
| Binary | 100000 | 111010 | 11011101 | 1010110 | 1001010 | 0 | 1101 | 11101000 | 1001011 | 110010 |
Color Harmonies of #203ADD
Complementary color
Monochromatic Colors of #203ADD
Black with #203ADD
Text Example
Text Example
White with #203ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203ADD; }
p { color: rgb(32,58,221); }
H1.HeaderClassName
{
color: #203ADD;
}
.AnyTagClassName
{
color: #203ADD;
}
</style>
background-color css
<style>
a { background-color: #203ADD; }
a { background-color: rgb(32,58,221); }
div.DivClassName
{
background-color: #203ADD;
}
.BgClassName
{
background-color: #203ADD;
}
</style>
border-color css
<style>
span { border-color: #203ADD; }
span { border-color: rgb(32,58,221); }
td.TdClassName
{
border-color: #203ADD;
}
.TagClassName
{
border-color: #203ADD;
}
</style>