Shades of Persian Blue #2128BF
Tints of Persian Blue #2128BF
RGB
CMYK
RGB Variations
Color information
#2128BF (or 0x2128BF) is known color: Persian Blue. HEX triplet: 21, 28 and BF. RGB value is (33,40,191). Sum of RGB (Red+Green+Blue) = 33+40+191=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 191 (75% from 255 or 72.35% from 264); Max value from RGB is 191 - color contains mainly: blue. Hex color #2128BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2128BF is #DED740. Grayscale: #363636. Windows color (decimal): -14604097 or 12527649. OLE color: 12527649.
HSL color Cylindrical-coordinate representation of color #2128BF: hue angle of 237.34º 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 #2128BF is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 40 | 191 | - |
| CMYK | 0.83 | 0.79 | 0 | 0.25 |
| HSL | 237.34º | 0.71% | 0.44% | - |
| HSV(B) | 237.34º | 0.83% | 0.75% | - |
| XYZ | 10.79 | 5.6 | 49.8 | - |
| YUV | 55.12 | 204.68 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 40 | 191 | 0.83 | 0.79 | 0 | 0.25 | 237.34 | 0.71 | 0.44 |
| Hex | 21 | 28 | BF | 53 | 4F | 0 | 19 | ED | 47 | 2C |
| Octal | 41 | 50 | 277 | 123 | 117 | 0 | 31 | 355 | 107 | 54 |
| Binary | 100001 | 101000 | 10111111 | 1010011 | 1001111 | 0 | 11001 | 11101101 | 1000111 | 101100 |
Color Harmonies of #2128BF
Complementary color
Monochromatic Colors of #2128BF
Black with #2128BF
Text Example
Text Example
White with #2128BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2128BF; }
p { color: rgb(33,40,191); }
H1.HeaderClassName
{
color: #2128BF;
}
.AnyTagClassName
{
color: #2128BF;
}
</style>
background-color css
<style>
a { background-color: #2128BF; }
a { background-color: rgb(33,40,191); }
div.DivClassName
{
background-color: #2128BF;
}
.BgClassName
{
background-color: #2128BF;
}
</style>
border-color css
<style>
span { border-color: #2128BF; }
span { border-color: rgb(33,40,191); }
td.TdClassName
{
border-color: #2128BF;
}
.TagClassName
{
border-color: #2128BF;
}
</style>