Shades of Persian Blue #202FBC
Tints of Persian Blue #202FBC
RGB
CMYK
RGB Variations
Color information
#202FBC (or 0x202FBC) is known color: Persian Blue. HEX triplet: 20, 2F and BC. RGB value is (32,47,188). Sum of RGB (Red+Green+Blue) = 32+47+188=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 188 (73.83% from 255 or 70.41% from 267); Max value from RGB is 188 - color contains mainly: blue. Hex color #202FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202FBC is #DFD043. Grayscale: #3A3A3A. Windows color (decimal): -14667844 or 12332832. OLE color: 12332832.
HSL color Cylindrical-coordinate representation of color #202FBC: hue angle of 234.23º 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 #202FBC is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 47 | 188 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.26 |
| HSL | 234.23º | 0.71% | 0.43% | - |
| HSV(B) | 234.23º | 0.83% | 0.74% | - |
| XYZ | 10.69 | 5.97 | 48.17 | - |
| YUV | 58.59 | 201.03 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 188 | 0.83 | 0.75 | 0 | 0.26 | 234.23 | 0.71 | 0.43 |
| Hex | 20 | 2F | BC | 53 | 4B | 0 | 1A | EA | 47 | 2B |
| Octal | 40 | 57 | 274 | 123 | 113 | 0 | 32 | 352 | 107 | 53 |
| Binary | 100000 | 101111 | 10111100 | 1010011 | 1001011 | 0 | 11010 | 11101010 | 1000111 | 101011 |
Color Harmonies of #202FBC
Complementary color
Monochromatic Colors of #202FBC
Black with #202FBC
Text Example
Text Example
White with #202FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202FBC; }
p { color: rgb(32,47,188); }
H1.HeaderClassName
{
color: #202FBC;
}
.AnyTagClassName
{
color: #202FBC;
}
</style>
background-color css
<style>
a { background-color: #202FBC; }
a { background-color: rgb(32,47,188); }
div.DivClassName
{
background-color: #202FBC;
}
.BgClassName
{
background-color: #202FBC;
}
</style>
border-color css
<style>
span { border-color: #202FBC; }
span { border-color: rgb(32,47,188); }
td.TdClassName
{
border-color: #202FBC;
}
.TagClassName
{
border-color: #202FBC;
}
</style>