Shades of Persian Blue #203FAF
Tints of Persian Blue #203FAF
RGB
CMYK
RGB Variations
Color information
#203FAF (or 0x203FAF) is known color: Persian Blue. HEX triplet: 20, 3F and AF. RGB value is (32,63,175). Sum of RGB (Red+Green+Blue) = 32+63+175=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 63 (25% from 255 or 23.33% from 270); Blue value is 175 (68.75% from 255 or 64.81% from 270); Max value from RGB is 175 - color contains mainly: blue. Hex color #203FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203FAF is #DFC050. Grayscale: #424242. Windows color (decimal): -14663761 or 11484960. OLE color: 11484960.
HSL color Cylindrical-coordinate representation of color #203FAF: hue angle of 226.99º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #203FAF is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 63 | 175 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.31 |
| HSL | 226.99º | 0.69% | 0.41% | - |
| HSV(B) | 226.99º | 0.82% | 0.69% | - |
| XYZ | 10.11 | 6.96 | 41.37 | - |
| YUV | 66.5 | 189.23 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 175 | 0.82 | 0.64 | 0 | 0.31 | 226.99 | 0.69 | 0.41 |
| Hex | 20 | 3F | AF | 52 | 40 | 0 | 1F | E3 | 45 | 29 |
| Octal | 40 | 77 | 257 | 122 | 100 | 0 | 37 | 343 | 105 | 51 |
| Binary | 100000 | 111111 | 10101111 | 1010010 | 1000000 | 0 | 11111 | 11100011 | 1000101 | 101001 |
Color Harmonies of #203FAF
Complementary color
Monochromatic Colors of #203FAF
Black with #203FAF
Text Example
Text Example
White with #203FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203FAF; }
p { color: rgb(32,63,175); }
H1.HeaderClassName
{
color: #203FAF;
}
.AnyTagClassName
{
color: #203FAF;
}
</style>
background-color css
<style>
a { background-color: #203FAF; }
a { background-color: rgb(32,63,175); }
div.DivClassName
{
background-color: #203FAF;
}
.BgClassName
{
background-color: #203FAF;
}
</style>
border-color css
<style>
span { border-color: #203FAF; }
span { border-color: rgb(32,63,175); }
td.TdClassName
{
border-color: #203FAF;
}
.TagClassName
{
border-color: #203FAF;
}
</style>