Shades of Persian Blue #2146BC
Tints of Persian Blue #2146BC
RGB
CMYK
RGB Variations
Color information
#2146BC (or 0x2146BC) is known color: Persian Blue. HEX triplet: 21, 46 and BC. RGB value is (33,70,188). Sum of RGB (Red+Green+Blue) = 33+70+188=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 188 (73.83% from 255 or 64.60% from 291); Max value from RGB is 188 - color contains mainly: blue. Hex color #2146BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2146BC is #DEB943. Grayscale: #474747. Windows color (decimal): -14596420 or 12338721. OLE color: 12338721.
HSL color Cylindrical-coordinate representation of color #2146BC: hue angle of 225.68º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2146BC is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 70 | 188 | - |
| CMYK | 0.82 | 0.63 | 0 | 0.26 |
| HSL | 225.68º | 0.7% | 0.43% | - |
| HSV(B) | 225.68º | 0.82% | 0.74% | - |
| XYZ | 11.89 | 8.33 | 48.56 | - |
| YUV | 72.39 | 193.24 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 70 | 188 | 0.82 | 0.63 | 0 | 0.26 | 225.68 | 0.7 | 0.43 |
| Hex | 21 | 46 | BC | 52 | 3F | 0 | 1A | E2 | 46 | 2B |
| Octal | 41 | 106 | 274 | 122 | 77 | 0 | 32 | 342 | 106 | 53 |
| Binary | 100001 | 1000110 | 10111100 | 1010010 | 111111 | 0 | 11010 | 11100010 | 1000110 | 101011 |
Color Harmonies of #2146BC
Complementary color
Monochromatic Colors of #2146BC
Black with #2146BC
Text Example
Text Example
White with #2146BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2146BC; }
p { color: rgb(33,70,188); }
H1.HeaderClassName
{
color: #2146BC;
}
.AnyTagClassName
{
color: #2146BC;
}
</style>
background-color css
<style>
a { background-color: #2146BC; }
a { background-color: rgb(33,70,188); }
div.DivClassName
{
background-color: #2146BC;
}
.BgClassName
{
background-color: #2146BC;
}
</style>
border-color css
<style>
span { border-color: #2146BC; }
span { border-color: rgb(33,70,188); }
td.TdClassName
{
border-color: #2146BC;
}
.TagClassName
{
border-color: #2146BC;
}
</style>