Shades of Persian Blue #2043AB
Tints of Persian Blue #2043AB
RGB
CMYK
RGB Variations
Color information
#2043AB (or 0x2043AB) is known color: Persian Blue. HEX triplet: 20, 43 and AB. RGB value is (32,67,171). Sum of RGB (Red+Green+Blue) = 32+67+171=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #2043AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2043AB is #DFBC54. Grayscale: #434343. Windows color (decimal): -14662741 or 11223840. OLE color: 11223840.
HSL color Cylindrical-coordinate representation of color #2043AB: hue angle of 224.89º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2043AB is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 67 | 171 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.33 |
| HSL | 224.89º | 0.68% | 0.4% | - |
| HSV(B) | 224.89º | 0.81% | 0.67% | - |
| XYZ | 9.95 | 7.26 | 39.41 | - |
| YUV | 68.39 | 185.9 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 67 | 171 | 0.81 | 0.61 | 0 | 0.33 | 224.89 | 0.68 | 0.4 |
| Hex | 20 | 43 | AB | 51 | 3D | 0 | 21 | E1 | 44 | 28 |
| Octal | 40 | 103 | 253 | 121 | 75 | 0 | 41 | 341 | 104 | 50 |
| Binary | 100000 | 1000011 | 10101011 | 1010001 | 111101 | 0 | 100001 | 11100001 | 1000100 | 101000 |
Color Harmonies of #2043AB
Complementary color
Monochromatic Colors of #2043AB
Black with #2043AB
Text Example
Text Example
White with #2043AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2043AB; }
p { color: rgb(32,67,171); }
H1.HeaderClassName
{
color: #2043AB;
}
.AnyTagClassName
{
color: #2043AB;
}
</style>
background-color css
<style>
a { background-color: #2043AB; }
a { background-color: rgb(32,67,171); }
div.DivClassName
{
background-color: #2043AB;
}
.BgClassName
{
background-color: #2043AB;
}
</style>
border-color css
<style>
span { border-color: #2043AB; }
span { border-color: rgb(32,67,171); }
td.TdClassName
{
border-color: #2043AB;
}
.TagClassName
{
border-color: #2043AB;
}
</style>