Shades of Persian Blue #203FB8
Tints of Persian Blue #203FB8
RGB
CMYK
RGB Variations
Color information
#203FB8 (or 0x203FB8) is known color: Persian Blue. HEX triplet: 20, 3F and B8. RGB value is (32,63,184). Sum of RGB (Red+Green+Blue) = 32+63+184=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 184 (72.27% from 255 or 65.95% from 279); Max value from RGB is 184 - color contains mainly: blue. Hex color #203FB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203FB8 is #DFC047. Grayscale: #434343. Windows color (decimal): -14663752 or 12074784. OLE color: 12074784.
HSL color Cylindrical-coordinate representation of color #203FB8: hue angle of 227.76º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #203FB8 is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 32 | 63 | 184 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.28 |
| HSL | 227.76º | 0.7% | 0.42% | - |
| HSV(B) | 227.76º | 0.83% | 0.72% | - |
| XYZ | 11.02 | 7.32 | 46.18 | - |
| YUV | 67.53 | 193.73 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 184 | 0.83 | 0.66 | 0 | 0.28 | 227.76 | 0.7 | 0.42 |
| Hex | 20 | 3F | B8 | 53 | 42 | 0 | 1C | E4 | 46 | 2A |
| Octal | 40 | 77 | 270 | 123 | 102 | 0 | 34 | 344 | 106 | 52 |
| Binary | 100000 | 111111 | 10111000 | 1010011 | 1000010 | 0 | 11100 | 11100100 | 1000110 | 101010 |
Color Harmonies of #203FB8
Complementary color
Monochromatic Colors of #203FB8
Black with #203FB8
Text Example
Text Example
White with #203FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203FB8; }
p { color: rgb(32,63,184); }
H1.HeaderClassName
{
color: #203FB8;
}
.AnyTagClassName
{
color: #203FB8;
}
</style>
background-color css
<style>
a { background-color: #203FB8; }
a { background-color: rgb(32,63,184); }
div.DivClassName
{
background-color: #203FB8;
}
.BgClassName
{
background-color: #203FB8;
}
</style>
border-color css
<style>
span { border-color: #203FB8; }
span { border-color: rgb(32,63,184); }
td.TdClassName
{
border-color: #203FB8;
}
.TagClassName
{
border-color: #203FB8;
}
</style>