Shades of Persian Blue #2146BF
Tints of Persian Blue #2146BF
RGB
CMYK
RGB Variations
Color information
#2146BF (or 0x2146BF) is known color: Persian Blue. HEX triplet: 21, 46 and BF. RGB value is (33,70,191). Sum of RGB (Red+Green+Blue) = 33+70+191=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 191 (75% from 255 or 64.97% from 294); Max value from RGB is 191 - color contains mainly: blue. Hex color #2146BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2146BF is #DEB940. Grayscale: #484848. Windows color (decimal): -14596417 or 12535329. OLE color: 12535329.
HSL color Cylindrical-coordinate representation of color #2146BF: hue angle of 225.95º 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 #2146BF is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 70 | 191 | - |
| CMYK | 0.83 | 0.63 | 0 | 0.25 |
| HSL | 225.95º | 0.71% | 0.44% | - |
| HSV(B) | 225.95º | 0.83% | 0.75% | - |
| XYZ | 12.22 | 8.47 | 50.28 | - |
| YUV | 72.73 | 194.74 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 70 | 191 | 0.83 | 0.63 | 0 | 0.25 | 225.95 | 0.71 | 0.44 |
| Hex | 21 | 46 | BF | 53 | 3F | 0 | 19 | E2 | 47 | 2C |
| Octal | 41 | 106 | 277 | 123 | 77 | 0 | 31 | 342 | 107 | 54 |
| Binary | 100001 | 1000110 | 10111111 | 1010011 | 111111 | 0 | 11001 | 11100010 | 1000111 | 101100 |
Color Harmonies of #2146BF
Complementary color
Monochromatic Colors of #2146BF
Black with #2146BF
Text Example
Text Example
White with #2146BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2146BF; }
p { color: rgb(33,70,191); }
H1.HeaderClassName
{
color: #2146BF;
}
.AnyTagClassName
{
color: #2146BF;
}
</style>
background-color css
<style>
a { background-color: #2146BF; }
a { background-color: rgb(33,70,191); }
div.DivClassName
{
background-color: #2146BF;
}
.BgClassName
{
background-color: #2146BF;
}
</style>
border-color css
<style>
span { border-color: #2146BF; }
span { border-color: rgb(33,70,191); }
td.TdClassName
{
border-color: #2146BF;
}
.TagClassName
{
border-color: #2146BF;
}
</style>