Shades of Persian Blue #203ECA
Tints of Persian Blue #203ECA
RGB
CMYK
RGB Variations
Color information
#203ECA (or 0x203ECA) is known color: Persian Blue. HEX triplet: 20, 3E and CA. RGB value is (32,62,202). Sum of RGB (Red+Green+Blue) = 32+62+202=296 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.81% from 296); Green value is 62 (24.61% from 255 or 20.95% from 296); Blue value is 202 (79.30% from 255 or 68.24% from 296); Max value from RGB is 202 - color contains mainly: blue. Hex color #203ECA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203ECA is #DFC135. Grayscale: #444444. Windows color (decimal): -14663990 or 13254176. OLE color: 13254176.
HSL color Cylindrical-coordinate representation of color #203ECA: hue angle of 229.41º 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 #203ECA is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 62 | 202 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.21 |
| HSL | 229.41º | 0.73% | 0.46% | - |
| HSV(B) | 229.41º | 0.84% | 0.79% | - |
| XYZ | 12.98 | 8.02 | 56.74 | - |
| YUV | 68.99 | 203.06 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 62 | 202 | 0.84 | 0.69 | 0 | 0.21 | 229.41 | 0.73 | 0.46 |
| Hex | 20 | 3E | CA | 54 | 45 | 0 | 15 | E5 | 49 | 2E |
| Octal | 40 | 76 | 312 | 124 | 105 | 0 | 25 | 345 | 111 | 56 |
| Binary | 100000 | 111110 | 11001010 | 1010100 | 1000101 | 0 | 10101 | 11100101 | 1001001 | 101110 |
Color Harmonies of #203ECA
Complementary color
Monochromatic Colors of #203ECA
Black with #203ECA
Text Example
Text Example
White with #203ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203ECA; }
p { color: rgb(32,62,202); }
H1.HeaderClassName
{
color: #203ECA;
}
.AnyTagClassName
{
color: #203ECA;
}
</style>
background-color css
<style>
a { background-color: #203ECA; }
a { background-color: rgb(32,62,202); }
div.DivClassName
{
background-color: #203ECA;
}
.BgClassName
{
background-color: #203ECA;
}
</style>
border-color css
<style>
span { border-color: #203ECA; }
span { border-color: rgb(32,62,202); }
td.TdClassName
{
border-color: #203ECA;
}
.TagClassName
{
border-color: #203ECA;
}
</style>