Shades of Persian Blue #2140BF
Tints of Persian Blue #2140BF
RGB
CMYK
RGB Variations
Color information
#2140BF (or 0x2140BF) is known color: Persian Blue. HEX triplet: 21, 40 and BF. RGB value is (33,64,191). Sum of RGB (Red+Green+Blue) = 33+64+191=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 191 (75% from 255 or 66.32% from 288); Max value from RGB is 191 - color contains mainly: blue. Hex color #2140BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2140BF is #DEBF40. Grayscale: #444444. Windows color (decimal): -14597953 or 12533793. OLE color: 12533793.
HSL color Cylindrical-coordinate representation of color #2140BF: hue angle of 228.23º 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 #2140BF is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 64 | 191 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.25 |
| HSL | 228.23º | 0.71% | 0.44% | - |
| HSV(B) | 228.23º | 0.83% | 0.75% | - |
| XYZ | 11.86 | 7.75 | 50.16 | - |
| YUV | 69.21 | 196.73 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 191 | 0.83 | 0.66 | 0 | 0.25 | 228.23 | 0.71 | 0.44 |
| Hex | 21 | 40 | BF | 53 | 42 | 0 | 19 | E4 | 47 | 2C |
| Octal | 41 | 100 | 277 | 123 | 102 | 0 | 31 | 344 | 107 | 54 |
| Binary | 100001 | 1000000 | 10111111 | 1010011 | 1000010 | 0 | 11001 | 11100100 | 1000111 | 101100 |
Color Harmonies of #2140BF
Complementary color
Monochromatic Colors of #2140BF
Black with #2140BF
Text Example
Text Example
White with #2140BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2140BF; }
p { color: rgb(33,64,191); }
H1.HeaderClassName
{
color: #2140BF;
}
.AnyTagClassName
{
color: #2140BF;
}
</style>
background-color css
<style>
a { background-color: #2140BF; }
a { background-color: rgb(33,64,191); }
div.DivClassName
{
background-color: #2140BF;
}
.BgClassName
{
background-color: #2140BF;
}
</style>
border-color css
<style>
span { border-color: #2140BF; }
span { border-color: rgb(33,64,191); }
td.TdClassName
{
border-color: #2140BF;
}
.TagClassName
{
border-color: #2140BF;
}
</style>