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