Shades of Persian Blue #2B32BE
Tints of Persian Blue #2B32BE
RGB
CMYK
RGB Variations
Color information
#2B32BE (or 0x2B32BE) is known color: Persian Blue. HEX triplet: 2B, 32 and BE. RGB value is (43,50,190). Sum of RGB (Red+Green+Blue) = 43+50+190=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 190 (74.61% from 255 or 67.14% from 283); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B32BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B32BE is #D4CD41. Grayscale: #3F3F3F. Windows color (decimal): -13946178 or 12464683. OLE color: 12464683.
HSL color Cylindrical-coordinate representation of color #2B32BE: hue angle of 237.14º 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 #2B32BE is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 50 | 190 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.25 |
| HSL | 237.14º | 0.63% | 0.46% | - |
| HSV(B) | 237.14º | 0.77% | 0.75% | - |
| XYZ | 11.43 | 6.51 | 49.37 | - |
| YUV | 63.87 | 199.18 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 50 | 190 | 0.77 | 0.74 | 0 | 0.25 | 237.14 | 0.63 | 0.46 |
| Hex | 2B | 32 | BE | 4D | 4A | 0 | 19 | ED | 3F | 2E |
| Octal | 53 | 62 | 276 | 115 | 112 | 0 | 31 | 355 | 77 | 56 |
| Binary | 101011 | 110010 | 10111110 | 1001101 | 1001010 | 0 | 11001 | 11101101 | 111111 | 101110 |
Color Harmonies of #2B32BE
Complementary color
Monochromatic Colors of #2B32BE
Black with #2B32BE
Text Example
Text Example
White with #2B32BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B32BE; }
p { color: rgb(43,50,190); }
H1.HeaderClassName
{
color: #2B32BE;
}
.AnyTagClassName
{
color: #2B32BE;
}
</style>
background-color css
<style>
a { background-color: #2B32BE; }
a { background-color: rgb(43,50,190); }
div.DivClassName
{
background-color: #2B32BE;
}
.BgClassName
{
background-color: #2B32BE;
}
</style>
border-color css
<style>
span { border-color: #2B32BE; }
span { border-color: rgb(43,50,190); }
td.TdClassName
{
border-color: #2B32BE;
}
.TagClassName
{
border-color: #2B32BE;
}
</style>