Shades of Persian Blue #203DAA
Tints of Persian Blue #203DAA
RGB
CMYK
RGB Variations
Color information
#203DAA (or 0x203DAA) is known color: Persian Blue. HEX triplet: 20, 3D and AA. RGB value is (32,61,170). Sum of RGB (Red+Green+Blue) = 32+61+170=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 170 (66.80% from 255 or 64.64% from 263); Max value from RGB is 170 - color contains mainly: blue. Hex color #203DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203DAA is #DFC255. Grayscale: #404040. Windows color (decimal): -14664278 or 11156768. OLE color: 11156768.
HSL color Cylindrical-coordinate representation of color #203DAA: hue angle of 227.39º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #203DAA is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 61 | 170 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.33 |
| HSL | 227.39º | 0.68% | 0.4% | - |
| HSV(B) | 227.39º | 0.81% | 0.67% | - |
| XYZ | 9.52 | 6.55 | 38.79 | - |
| YUV | 64.76 | 187.39 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 170 | 0.81 | 0.64 | 0 | 0.33 | 227.39 | 0.68 | 0.4 |
| Hex | 20 | 3D | AA | 51 | 40 | 0 | 21 | E3 | 44 | 28 |
| Octal | 40 | 75 | 252 | 121 | 100 | 0 | 41 | 343 | 104 | 50 |
| Binary | 100000 | 111101 | 10101010 | 1010001 | 1000000 | 0 | 100001 | 11100011 | 1000100 | 101000 |
Color Harmonies of #203DAA
Complementary color
Monochromatic Colors of #203DAA
Black with #203DAA
Text Example
Text Example
White with #203DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203DAA; }
p { color: rgb(32,61,170); }
H1.HeaderClassName
{
color: #203DAA;
}
.AnyTagClassName
{
color: #203DAA;
}
</style>
background-color css
<style>
a { background-color: #203DAA; }
a { background-color: rgb(32,61,170); }
div.DivClassName
{
background-color: #203DAA;
}
.BgClassName
{
background-color: #203DAA;
}
</style>
border-color css
<style>
span { border-color: #203DAA; }
span { border-color: rgb(32,61,170); }
td.TdClassName
{
border-color: #203DAA;
}
.TagClassName
{
border-color: #203DAA;
}
</style>