Shades of Persian Blue #203FCB
Tints of Persian Blue #203FCB
RGB
CMYK
RGB Variations
Color information
#203FCB (or 0x203FCB) is known color: Persian Blue. HEX triplet: 20, 3F and CB. RGB value is (32,63,203). Sum of RGB (Red+Green+Blue) = 32+63+203=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 203 (79.69% from 255 or 68.12% from 298); Max value from RGB is 203 - color contains mainly: blue. Hex color #203FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203FCB is #DFC034. Grayscale: #454545. Windows color (decimal): -14663733 or 13319968. OLE color: 13319968.
HSL color Cylindrical-coordinate representation of color #203FCB: hue angle of 229.12º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #203FCB is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 63 | 203 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.20 |
| HSL | 229.12º | 0.73% | 0.46% | - |
| HSV(B) | 229.12º | 0.84% | 0.8% | - |
| XYZ | 13.15 | 8.17 | 57.38 | - |
| YUV | 69.69 | 203.23 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 203 | 0.84 | 0.69 | 0 | 0.20 | 229.12 | 0.73 | 0.46 |
| Hex | 20 | 3F | CB | 54 | 45 | 0 | 14 | E5 | 49 | 2E |
| Octal | 40 | 77 | 313 | 124 | 105 | 0 | 24 | 345 | 111 | 56 |
| Binary | 100000 | 111111 | 11001011 | 1010100 | 1000101 | 0 | 10100 | 11100101 | 1001001 | 101110 |
Color Harmonies of #203FCB
Complementary color
Monochromatic Colors of #203FCB
Black with #203FCB
Text Example
Text Example
White with #203FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203FCB; }
p { color: rgb(32,63,203); }
H1.HeaderClassName
{
color: #203FCB;
}
.AnyTagClassName
{
color: #203FCB;
}
</style>
background-color css
<style>
a { background-color: #203FCB; }
a { background-color: rgb(32,63,203); }
div.DivClassName
{
background-color: #203FCB;
}
.BgClassName
{
background-color: #203FCB;
}
</style>
border-color css
<style>
span { border-color: #203FCB; }
span { border-color: rgb(32,63,203); }
td.TdClassName
{
border-color: #203FCB;
}
.TagClassName
{
border-color: #203FCB;
}
</style>