Shades of Persian Blue #2B40D5
Tints of Persian Blue #2B40D5
RGB
CMYK
RGB Variations
Color information
#2B40D5 (or 0x2B40D5) is known color: Persian Blue. HEX triplet: 2B, 40 and D5. RGB value is (43,64,213). Sum of RGB (Red+Green+Blue) = 43+64+213=320 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.44% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 213 (83.59% from 255 or 66.56% from 320); Max value from RGB is 213 - color contains mainly: blue. Hex color #2B40D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B40D5 is #D4BF2A. Grayscale: #4A4A4A. Windows color (decimal): -13942571 or 13975595. OLE color: 13975595.
HSL color Cylindrical-coordinate representation of color #2B40D5: hue angle of 232.59º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B40D5 is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 64 | 213 | - |
| CMYK | 0.80 | 0.70 | 0 | 0.16 |
| HSL | 232.59º | 0.67% | 0.5% | - |
| HSV(B) | 232.59º | 0.8% | 0.84% | - |
| XYZ | 14.84 | 8.98 | 63.9 | - |
| YUV | 74.71 | 206.04 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 213 | 0.80 | 0.70 | 0 | 0.16 | 232.59 | 0.67 | 0.5 |
| Hex | 2B | 40 | D5 | 50 | 46 | 0 | 10 | E9 | 43 | 32 |
| Octal | 53 | 100 | 325 | 120 | 106 | 0 | 20 | 351 | 103 | 62 |
| Binary | 101011 | 1000000 | 11010101 | 1010000 | 1000110 | 0 | 10000 | 11101001 | 1000011 | 110010 |
Color Harmonies of #2B40D5
Complementary color
Monochromatic Colors of #2B40D5
Black with #2B40D5
Text Example
Text Example
White with #2B40D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B40D5; }
p { color: rgb(43,64,213); }
H1.HeaderClassName
{
color: #2B40D5;
}
.AnyTagClassName
{
color: #2B40D5;
}
</style>
background-color css
<style>
a { background-color: #2B40D5; }
a { background-color: rgb(43,64,213); }
div.DivClassName
{
background-color: #2B40D5;
}
.BgClassName
{
background-color: #2B40D5;
}
</style>
border-color css
<style>
span { border-color: #2B40D5; }
span { border-color: rgb(43,64,213); }
td.TdClassName
{
border-color: #2B40D5;
}
.TagClassName
{
border-color: #2B40D5;
}
</style>