Shades of Persian Blue #2041BB
Tints of Persian Blue #2041BB
RGB
CMYK
RGB Variations
Color information
#2041BB (or 0x2041BB) is known color: Persian Blue. HEX triplet: 20, 41 and BB. RGB value is (32,65,187). Sum of RGB (Red+Green+Blue) = 32+65+187=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 187 (73.44% from 255 or 65.85% from 284); Max value from RGB is 187 - color contains mainly: blue. Hex color #2041BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2041BB is #DFBE44. Grayscale: #444444. Windows color (decimal): -14663237 or 12271904. OLE color: 12271904.
HSL color Cylindrical-coordinate representation of color #2041BB: hue angle of 227.23º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2041BB is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 65 | 187 | - |
| CMYK | 0.83 | 0.65 | 0 | 0.27 |
| HSL | 227.23º | 0.71% | 0.43% | - |
| HSV(B) | 227.23º | 0.83% | 0.73% | - |
| XYZ | 11.46 | 7.68 | 47.89 | - |
| YUV | 69.04 | 194.57 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 187 | 0.83 | 0.65 | 0 | 0.27 | 227.23 | 0.71 | 0.43 |
| Hex | 20 | 41 | BB | 53 | 41 | 0 | 1B | E3 | 47 | 2B |
| Octal | 40 | 101 | 273 | 123 | 101 | 0 | 33 | 343 | 107 | 53 |
| Binary | 100000 | 1000001 | 10111011 | 1010011 | 1000001 | 0 | 11011 | 11100011 | 1000111 | 101011 |
Color Harmonies of #2041BB
Complementary color
Monochromatic Colors of #2041BB
Black with #2041BB
Text Example
Text Example
White with #2041BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2041BB; }
p { color: rgb(32,65,187); }
H1.HeaderClassName
{
color: #2041BB;
}
.AnyTagClassName
{
color: #2041BB;
}
</style>
background-color css
<style>
a { background-color: #2041BB; }
a { background-color: rgb(32,65,187); }
div.DivClassName
{
background-color: #2041BB;
}
.BgClassName
{
background-color: #2041BB;
}
</style>
border-color css
<style>
span { border-color: #2041BB; }
span { border-color: rgb(32,65,187); }
td.TdClassName
{
border-color: #2041BB;
}
.TagClassName
{
border-color: #2041BB;
}
</style>