Shades of Persian Blue #203CCA
Tints of Persian Blue #203CCA
RGB
CMYK
RGB Variations
Color information
#203CCA (or 0x203CCA) is known color: Persian Blue. HEX triplet: 20, 3C and CA. RGB value is (32,60,202). Sum of RGB (Red+Green+Blue) = 32+60+202=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 60 (23.83% from 255 or 20.41% from 294); Blue value is 202 (79.30% from 255 or 68.71% from 294); Max value from RGB is 202 - color contains mainly: blue. Hex color #203CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203CCA is #DFC335. Grayscale: #434343. Windows color (decimal): -14664502 or 13253664. OLE color: 13253664.
HSL color Cylindrical-coordinate representation of color #203CCA: hue angle of 230.12º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #203CCA is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 60 | 202 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.21 |
| HSL | 230.12º | 0.73% | 0.46% | - |
| HSV(B) | 230.12º | 0.84% | 0.79% | - |
| XYZ | 12.87 | 7.8 | 56.7 | - |
| YUV | 67.82 | 203.72 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 202 | 0.84 | 0.70 | 0 | 0.21 | 230.12 | 0.73 | 0.46 |
| Hex | 20 | 3C | CA | 54 | 46 | 0 | 15 | E6 | 49 | 2E |
| Octal | 40 | 74 | 312 | 124 | 106 | 0 | 25 | 346 | 111 | 56 |
| Binary | 100000 | 111100 | 11001010 | 1010100 | 1000110 | 0 | 10101 | 11100110 | 1001001 | 101110 |
Color Harmonies of #203CCA
Complementary color
Monochromatic Colors of #203CCA
Black with #203CCA
Text Example
Text Example
White with #203CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203CCA; }
p { color: rgb(32,60,202); }
H1.HeaderClassName
{
color: #203CCA;
}
.AnyTagClassName
{
color: #203CCA;
}
</style>
background-color css
<style>
a { background-color: #203CCA; }
a { background-color: rgb(32,60,202); }
div.DivClassName
{
background-color: #203CCA;
}
.BgClassName
{
background-color: #203CCA;
}
</style>
border-color css
<style>
span { border-color: #203CCA; }
span { border-color: rgb(32,60,202); }
td.TdClassName
{
border-color: #203CCA;
}
.TagClassName
{
border-color: #203CCA;
}
</style>