Shades of Persian Blue #203FCC
Tints of Persian Blue #203FCC
RGB
CMYK
RGB Variations
Color information
#203FCC (or 0x203FCC) is known color: Persian Blue. HEX triplet: 20, 3F and CC. RGB value is (32,63,204). Sum of RGB (Red+Green+Blue) = 32+63+204=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #203FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203FCC is #DFC033. Grayscale: #454545. Windows color (decimal): -14663732 or 13385504. OLE color: 13385504.
HSL color Cylindrical-coordinate representation of color #203FCC: hue angle of 229.19º 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 #203FCC is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 63 | 204 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.2 |
| HSL | 229.19º | 0.73% | 0.46% | - |
| HSV(B) | 229.19º | 0.84% | 0.8% | - |
| XYZ | 13.27 | 8.22 | 58.01 | - |
| YUV | 69.81 | 203.73 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 204 | 0.84 | 0.69 | 0 | 0.2 | 229.19 | 0.73 | 0.46 |
| Hex | 20 | 3F | CC | 54 | 45 | 0 | 14 | E5 | 49 | 2E |
| Octal | 40 | 77 | 314 | 124 | 105 | 0 | 24 | 345 | 111 | 56 |
| Binary | 100000 | 111111 | 11001100 | 1010100 | 1000101 | 0 | 10100 | 11100101 | 1001001 | 101110 |
Color Harmonies of #203FCC
Complementary color
Monochromatic Colors of #203FCC
Black with #203FCC
Text Example
Text Example
White with #203FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203FCC; }
p { color: rgb(32,63,204); }
H1.HeaderClassName
{
color: #203FCC;
}
.AnyTagClassName
{
color: #203FCC;
}
</style>
background-color css
<style>
a { background-color: #203FCC; }
a { background-color: rgb(32,63,204); }
div.DivClassName
{
background-color: #203FCC;
}
.BgClassName
{
background-color: #203FCC;
}
</style>
border-color css
<style>
span { border-color: #203FCC; }
span { border-color: rgb(32,63,204); }
td.TdClassName
{
border-color: #203FCC;
}
.TagClassName
{
border-color: #203FCC;
}
</style>