Shades of Persian Blue #2B40BD
Tints of Persian Blue #2B40BD
RGB
CMYK
RGB Variations
Color information
#2B40BD (or 0x2B40BD) is known color: Persian Blue. HEX triplet: 2B, 40 and BD. RGB value is (43,64,189). Sum of RGB (Red+Green+Blue) = 43+64+189=296 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.53% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 189 (74.22% from 255 or 63.85% from 296); Max value from RGB is 189 - color contains mainly: blue. Hex color #2B40BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B40BD is #D4BF42. Grayscale: #474747. Windows color (decimal): -13942595 or 12402731. OLE color: 12402731.
HSL color Cylindrical-coordinate representation of color #2B40BD: hue angle of 231.37º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B40BD is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 64 | 189 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.26 |
| HSL | 231.37º | 0.63% | 0.45% | - |
| HSV(B) | 231.37º | 0.77% | 0.74% | - |
| XYZ | 12.01 | 7.85 | 49.03 | - |
| YUV | 71.97 | 194.04 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 189 | 0.77 | 0.66 | 0 | 0.26 | 231.37 | 0.63 | 0.45 |
| Hex | 2B | 40 | BD | 4D | 42 | 0 | 1A | E7 | 3F | 2D |
| Octal | 53 | 100 | 275 | 115 | 102 | 0 | 32 | 347 | 77 | 55 |
| Binary | 101011 | 1000000 | 10111101 | 1001101 | 1000010 | 0 | 11010 | 11100111 | 111111 | 101101 |
Color Harmonies of #2B40BD
Complementary color
Monochromatic Colors of #2B40BD
Black with #2B40BD
Text Example
Text Example
White with #2B40BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B40BD; }
p { color: rgb(43,64,189); }
H1.HeaderClassName
{
color: #2B40BD;
}
.AnyTagClassName
{
color: #2B40BD;
}
</style>
background-color css
<style>
a { background-color: #2B40BD; }
a { background-color: rgb(43,64,189); }
div.DivClassName
{
background-color: #2B40BD;
}
.BgClassName
{
background-color: #2B40BD;
}
</style>
border-color css
<style>
span { border-color: #2B40BD; }
span { border-color: rgb(43,64,189); }
td.TdClassName
{
border-color: #2B40BD;
}
.TagClassName
{
border-color: #2B40BD;
}
</style>