Shades of Persian Blue #202ABF
Tints of Persian Blue #202ABF
RGB
CMYK
RGB Variations
Color information
#202ABF (or 0x202ABF) is known color: Persian Blue. HEX triplet: 20, 2A and BF. RGB value is (32,42,191). Sum of RGB (Red+Green+Blue) = 32+42+191=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 191 (75% from 255 or 72.08% from 265); Max value from RGB is 191 - color contains mainly: blue. Hex color #202ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202ABF is #DFD540. Grayscale: #373737. Windows color (decimal): -14669121 or 12528160. OLE color: 12528160.
HSL color Cylindrical-coordinate representation of color #202ABF: hue angle of 236.23º 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 #202ABF is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 42 | 191 | - |
| CMYK | 0.83 | 0.78 | 0 | 0.25 |
| HSL | 236.23º | 0.71% | 0.44% | - |
| HSV(B) | 236.23º | 0.83% | 0.75% | - |
| XYZ | 10.83 | 5.72 | 49.82 | - |
| YUV | 56 | 204.19 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 191 | 0.83 | 0.78 | 0 | 0.25 | 236.23 | 0.71 | 0.44 |
| Hex | 20 | 2A | BF | 53 | 4E | 0 | 19 | EC | 47 | 2C |
| Octal | 40 | 52 | 277 | 123 | 116 | 0 | 31 | 354 | 107 | 54 |
| Binary | 100000 | 101010 | 10111111 | 1010011 | 1001110 | 0 | 11001 | 11101100 | 1000111 | 101100 |
Color Harmonies of #202ABF
Complementary color
Monochromatic Colors of #202ABF
Black with #202ABF
Text Example
Text Example
White with #202ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202ABF; }
p { color: rgb(32,42,191); }
H1.HeaderClassName
{
color: #202ABF;
}
.AnyTagClassName
{
color: #202ABF;
}
</style>
background-color css
<style>
a { background-color: #202ABF; }
a { background-color: rgb(32,42,191); }
div.DivClassName
{
background-color: #202ABF;
}
.BgClassName
{
background-color: #202ABF;
}
</style>
border-color css
<style>
span { border-color: #202ABF; }
span { border-color: rgb(32,42,191); }
td.TdClassName
{
border-color: #202ABF;
}
.TagClassName
{
border-color: #202ABF;
}
</style>