Shades of Persian Blue #202FBF
Tints of Persian Blue #202FBF
RGB
CMYK
RGB Variations
Color information
#202FBF (or 0x202FBF) is known color: Persian Blue. HEX triplet: 20, 2F and BF. RGB value is (32,47,191). Sum of RGB (Red+Green+Blue) = 32+47+191=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 191 (75% from 255 or 70.74% from 270); Max value from RGB is 191 - color contains mainly: blue. Hex color #202FBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202FBF is #DFD040. Grayscale: #3A3A3A. Windows color (decimal): -14667841 or 12529440. OLE color: 12529440.
HSL color Cylindrical-coordinate representation of color #202FBF: hue angle of 234.34º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #202FBF is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 47 | 191 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.25 |
| HSL | 234.34º | 0.71% | 0.44% | - |
| HSV(B) | 234.34º | 0.83% | 0.75% | - |
| XYZ | 11.02 | 6.1 | 49.89 | - |
| YUV | 58.93 | 202.53 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 191 | 0.83 | 0.75 | 0 | 0.25 | 234.34 | 0.71 | 0.44 |
| Hex | 20 | 2F | BF | 53 | 4B | 0 | 19 | EA | 47 | 2C |
| Octal | 40 | 57 | 277 | 123 | 113 | 0 | 31 | 352 | 107 | 54 |
| Binary | 100000 | 101111 | 10111111 | 1010011 | 1001011 | 0 | 11001 | 11101010 | 1000111 | 101100 |
Color Harmonies of #202FBF
Complementary color
Monochromatic Colors of #202FBF
Black with #202FBF
Text Example
Text Example
White with #202FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202FBF; }
p { color: rgb(32,47,191); }
H1.HeaderClassName
{
color: #202FBF;
}
.AnyTagClassName
{
color: #202FBF;
}
</style>
background-color css
<style>
a { background-color: #202FBF; }
a { background-color: rgb(32,47,191); }
div.DivClassName
{
background-color: #202FBF;
}
.BgClassName
{
background-color: #202FBF;
}
</style>
border-color css
<style>
span { border-color: #202FBF; }
span { border-color: rgb(32,47,191); }
td.TdClassName
{
border-color: #202FBF;
}
.TagClassName
{
border-color: #202FBF;
}
</style>