Shades of Persian Blue #2147B1
Tints of Persian Blue #2147B1
RGB
CMYK
RGB Variations
Color information
#2147B1 (or 0x2147B1) is known color: Persian Blue. HEX triplet: 21, 47 and B1. RGB value is (33,71,177). Sum of RGB (Red+Green+Blue) = 33+71+177=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 177 (69.53% from 255 or 62.99% from 281); Max value from RGB is 177 - color contains mainly: blue. Hex color #2147B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2147B1 is #DEB84E. Grayscale: #474747. Windows color (decimal): -14596175 or 11618081. OLE color: 11618081.
HSL color Cylindrical-coordinate representation of color #2147B1: hue angle of 224.17º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2147B1 is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 71 | 177 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.31 |
| HSL | 224.17º | 0.69% | 0.41% | - |
| HSV(B) | 224.17º | 0.81% | 0.69% | - |
| XYZ | 10.82 | 8 | 42.57 | - |
| YUV | 71.72 | 187.41 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 71 | 177 | 0.81 | 0.60 | 0 | 0.31 | 224.17 | 0.69 | 0.41 |
| Hex | 21 | 47 | B1 | 51 | 3C | 0 | 1F | E0 | 45 | 29 |
| Octal | 41 | 107 | 261 | 121 | 74 | 0 | 37 | 340 | 105 | 51 |
| Binary | 100001 | 1000111 | 10110001 | 1010001 | 111100 | 0 | 11111 | 11100000 | 1000101 | 101001 |
Color Harmonies of #2147B1
Complementary color
Monochromatic Colors of #2147B1
Black with #2147B1
Text Example
Text Example
White with #2147B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2147B1; }
p { color: rgb(33,71,177); }
H1.HeaderClassName
{
color: #2147B1;
}
.AnyTagClassName
{
color: #2147B1;
}
</style>
background-color css
<style>
a { background-color: #2147B1; }
a { background-color: rgb(33,71,177); }
div.DivClassName
{
background-color: #2147B1;
}
.BgClassName
{
background-color: #2147B1;
}
</style>
border-color css
<style>
span { border-color: #2147B1; }
span { border-color: rgb(33,71,177); }
td.TdClassName
{
border-color: #2147B1;
}
.TagClassName
{
border-color: #2147B1;
}
</style>