Shades of Persian Blue #203BDA
Tints of Persian Blue #203BDA
RGB
CMYK
RGB Variations
Color information
#203BDA (or 0x203BDA) is known color: Persian Blue. HEX triplet: 20, 3B and DA. RGB value is (32,59,218). Sum of RGB (Red+Green+Blue) = 32+59+218=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 218 (85.55% from 255 or 70.55% from 309); Max value from RGB is 218 - color contains mainly: blue. Hex color #203BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203BDA is #DFC425. Grayscale: #444444. Windows color (decimal): -14664742 or 14301984. OLE color: 14301984.
HSL color Cylindrical-coordinate representation of color #203BDA: hue angle of 231.29º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #203BDA is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 59 | 218 | - |
| CMYK | 0.85 | 0.73 | 0 | 0.15 |
| HSL | 231.29º | 0.74% | 0.49% | - |
| HSV(B) | 231.29º | 0.85% | 0.85% | - |
| XYZ | 14.81 | 8.5 | 67.19 | - |
| YUV | 69.05 | 212.05 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 218 | 0.85 | 0.73 | 0 | 0.15 | 231.29 | 0.74 | 0.49 |
| Hex | 20 | 3B | DA | 55 | 49 | 0 | F | E7 | 4A | 31 |
| Octal | 40 | 73 | 332 | 125 | 111 | 0 | 17 | 347 | 112 | 61 |
| Binary | 100000 | 111011 | 11011010 | 1010101 | 1001001 | 0 | 1111 | 11100111 | 1001010 | 110001 |
Color Harmonies of #203BDA
Complementary color
Monochromatic Colors of #203BDA
Black with #203BDA
Text Example
Text Example
White with #203BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203BDA; }
p { color: rgb(32,59,218); }
H1.HeaderClassName
{
color: #203BDA;
}
.AnyTagClassName
{
color: #203BDA;
}
</style>
background-color css
<style>
a { background-color: #203BDA; }
a { background-color: rgb(32,59,218); }
div.DivClassName
{
background-color: #203BDA;
}
.BgClassName
{
background-color: #203BDA;
}
</style>
border-color css
<style>
span { border-color: #203BDA; }
span { border-color: rgb(32,59,218); }
td.TdClassName
{
border-color: #203BDA;
}
.TagClassName
{
border-color: #203BDA;
}
</style>