Shades of Persian Blue #203FBC
Tints of Persian Blue #203FBC
RGB
CMYK
RGB Variations
Color information
#203FBC (or 0x203FBC) is known color: Persian Blue. HEX triplet: 20, 3F and BC. RGB value is (32,63,188). Sum of RGB (Red+Green+Blue) = 32+63+188=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 188 (73.83% from 255 or 66.43% from 283); Max value from RGB is 188 - color contains mainly: blue. Hex color #203FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203FBC is #DFC043. Grayscale: #434343. Windows color (decimal): -14663748 or 12336928. OLE color: 12336928.
HSL color Cylindrical-coordinate representation of color #203FBC: hue angle of 228.08º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #203FBC is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 63 | 188 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.26 |
| HSL | 228.08º | 0.71% | 0.43% | - |
| HSV(B) | 228.08º | 0.83% | 0.74% | - |
| XYZ | 11.45 | 7.49 | 48.42 | - |
| YUV | 67.98 | 195.73 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 188 | 0.83 | 0.66 | 0 | 0.26 | 228.08 | 0.71 | 0.43 |
| Hex | 20 | 3F | BC | 53 | 42 | 0 | 1A | E4 | 47 | 2B |
| Octal | 40 | 77 | 274 | 123 | 102 | 0 | 32 | 344 | 107 | 53 |
| Binary | 100000 | 111111 | 10111100 | 1010011 | 1000010 | 0 | 11010 | 11100100 | 1000111 | 101011 |
Color Harmonies of #203FBC
Complementary color
Monochromatic Colors of #203FBC
Black with #203FBC
Text Example
Text Example
White with #203FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203FBC; }
p { color: rgb(32,63,188); }
H1.HeaderClassName
{
color: #203FBC;
}
.AnyTagClassName
{
color: #203FBC;
}
</style>
background-color css
<style>
a { background-color: #203FBC; }
a { background-color: rgb(32,63,188); }
div.DivClassName
{
background-color: #203FBC;
}
.BgClassName
{
background-color: #203FBC;
}
</style>
border-color css
<style>
span { border-color: #203FBC; }
span { border-color: rgb(32,63,188); }
td.TdClassName
{
border-color: #203FBC;
}
.TagClassName
{
border-color: #203FBC;
}
</style>