Shades of Persian Blue #2145BF
Tints of Persian Blue #2145BF
RGB
CMYK
RGB Variations
Color information
#2145BF (or 0x2145BF) is known color: Persian Blue. HEX triplet: 21, 45 and BF. RGB value is (33,69,191). Sum of RGB (Red+Green+Blue) = 33+69+191=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 191 (75% from 255 or 65.19% from 293); Max value from RGB is 191 - color contains mainly: blue. Hex color #2145BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2145BF is #DEBA40. Grayscale: #474747. Windows color (decimal): -14596673 or 12535073. OLE color: 12535073.
HSL color Cylindrical-coordinate representation of color #2145BF: hue angle of 226.33º 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 #2145BF is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 69 | 191 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.25 |
| HSL | 226.33º | 0.71% | 0.44% | - |
| HSV(B) | 226.33º | 0.83% | 0.75% | - |
| XYZ | 12.16 | 8.34 | 50.26 | - |
| YUV | 72.14 | 195.07 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 69 | 191 | 0.83 | 0.64 | 0 | 0.25 | 226.33 | 0.71 | 0.44 |
| Hex | 21 | 45 | BF | 53 | 40 | 0 | 19 | E2 | 47 | 2C |
| Octal | 41 | 105 | 277 | 123 | 100 | 0 | 31 | 342 | 107 | 54 |
| Binary | 100001 | 1000101 | 10111111 | 1010011 | 1000000 | 0 | 11001 | 11100010 | 1000111 | 101100 |
Color Harmonies of #2145BF
Complementary color
Monochromatic Colors of #2145BF
Black with #2145BF
Text Example
Text Example
White with #2145BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2145BF; }
p { color: rgb(33,69,191); }
H1.HeaderClassName
{
color: #2145BF;
}
.AnyTagClassName
{
color: #2145BF;
}
</style>
background-color css
<style>
a { background-color: #2145BF; }
a { background-color: rgb(33,69,191); }
div.DivClassName
{
background-color: #2145BF;
}
.BgClassName
{
background-color: #2145BF;
}
</style>
border-color css
<style>
span { border-color: #2145BF; }
span { border-color: rgb(33,69,191); }
td.TdClassName
{
border-color: #2145BF;
}
.TagClassName
{
border-color: #2145BF;
}
</style>