Shades of Persian Blue #202FAD
Tints of Persian Blue #202FAD
RGB
CMYK
RGB Variations
Color information
#202FAD (or 0x202FAD) is known color: Persian Blue. HEX triplet: 20, 2F and AD. RGB value is (32,47,173). Sum of RGB (Red+Green+Blue) = 32+47+173=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 47 (18.75% from 255 or 18.65% from 252); Blue value is 173 (67.97% from 255 or 68.65% from 252); Max value from RGB is 173 - color contains mainly: blue. Hex color #202FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202FAD is #DFD052. Grayscale: #383838. Windows color (decimal): -14667859 or 11349792. OLE color: 11349792.
HSL color Cylindrical-coordinate representation of color #202FAD: hue angle of 233.62º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #202FAD is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 47 | 173 | - |
| CMYK | 0.82 | 0.73 | 0 | 0.32 |
| HSL | 233.62º | 0.69% | 0.4% | - |
| HSV(B) | 233.62º | 0.82% | 0.68% | - |
| XYZ | 9.16 | 5.36 | 40.09 | - |
| YUV | 56.88 | 193.53 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 173 | 0.82 | 0.73 | 0 | 0.32 | 233.62 | 0.69 | 0.4 |
| Hex | 20 | 2F | AD | 52 | 49 | 0 | 20 | EA | 45 | 28 |
| Octal | 40 | 57 | 255 | 122 | 111 | 0 | 40 | 352 | 105 | 50 |
| Binary | 100000 | 101111 | 10101101 | 1010010 | 1001001 | 0 | 100000 | 11101010 | 1000101 | 101000 |
Color Harmonies of #202FAD
Complementary color
Monochromatic Colors of #202FAD
Black with #202FAD
Text Example
Text Example
White with #202FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202FAD; }
p { color: rgb(32,47,173); }
H1.HeaderClassName
{
color: #202FAD;
}
.AnyTagClassName
{
color: #202FAD;
}
</style>
background-color css
<style>
a { background-color: #202FAD; }
a { background-color: rgb(32,47,173); }
div.DivClassName
{
background-color: #202FAD;
}
.BgClassName
{
background-color: #202FAD;
}
</style>
border-color css
<style>
span { border-color: #202FAD; }
span { border-color: rgb(32,47,173); }
td.TdClassName
{
border-color: #202FAD;
}
.TagClassName
{
border-color: #202FAD;
}
</style>