Shades of Persian Blue #2B31BE
Tints of Persian Blue #2B31BE
RGB
CMYK
RGB Variations
Color information
#2B31BE (or 0x2B31BE) is known color: Persian Blue. HEX triplet: 2B, 31 and BE. RGB value is (43,49,190). Sum of RGB (Red+Green+Blue) = 43+49+190=282 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.25% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 190 (74.61% from 255 or 67.38% from 282); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B31BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B31BE is #D4CE41. Grayscale: #3E3E3E. Windows color (decimal): -13946434 or 12464427. OLE color: 12464427.
HSL color Cylindrical-coordinate representation of color #2B31BE: hue angle of 237.55º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B31BE is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 49 | 190 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.25 |
| HSL | 237.55º | 0.63% | 0.46% | - |
| HSV(B) | 237.55º | 0.77% | 0.75% | - |
| XYZ | 11.39 | 6.43 | 49.36 | - |
| YUV | 63.28 | 199.51 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 49 | 190 | 0.77 | 0.74 | 0 | 0.25 | 237.55 | 0.63 | 0.46 |
| Hex | 2B | 31 | BE | 4D | 4A | 0 | 19 | EE | 3F | 2E |
| Octal | 53 | 61 | 276 | 115 | 112 | 0 | 31 | 356 | 77 | 56 |
| Binary | 101011 | 110001 | 10111110 | 1001101 | 1001010 | 0 | 11001 | 11101110 | 111111 | 101110 |
Color Harmonies of #2B31BE
Complementary color
Monochromatic Colors of #2B31BE
Black with #2B31BE
Text Example
Text Example
White with #2B31BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B31BE; }
p { color: rgb(43,49,190); }
H1.HeaderClassName
{
color: #2B31BE;
}
.AnyTagClassName
{
color: #2B31BE;
}
</style>
background-color css
<style>
a { background-color: #2B31BE; }
a { background-color: rgb(43,49,190); }
div.DivClassName
{
background-color: #2B31BE;
}
.BgClassName
{
background-color: #2B31BE;
}
</style>
border-color css
<style>
span { border-color: #2B31BE; }
span { border-color: rgb(43,49,190); }
td.TdClassName
{
border-color: #2B31BE;
}
.TagClassName
{
border-color: #2B31BE;
}
</style>