Shades of Persian Blue #2B40AB
Tints of Persian Blue #2B40AB
RGB
CMYK
RGB Variations
Color information
#2B40AB (or 0x2B40AB) is known color: Persian Blue. HEX triplet: 2B, 40 and AB. RGB value is (43,64,171). Sum of RGB (Red+Green+Blue) = 43+64+171=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #2B40AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B40AB is #D4BF54. Grayscale: #454545. Windows color (decimal): -13942613 or 11223083. OLE color: 11223083.
HSL color Cylindrical-coordinate representation of color #2B40AB: hue angle of 230.16º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B40AB is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 64 | 171 | - |
| CMYK | 0.75 | 0.63 | 0 | 0.33 |
| HSL | 230.16º | 0.6% | 0.42% | - |
| HSV(B) | 230.16º | 0.75% | 0.67% | - |
| XYZ | 10.18 | 7.12 | 39.37 | - |
| YUV | 69.92 | 185.04 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 64 | 171 | 0.75 | 0.63 | 0 | 0.33 | 230.16 | 0.6 | 0.42 |
| Hex | 2B | 40 | AB | 4B | 3F | 0 | 21 | E6 | 3C | 2A |
| Octal | 53 | 100 | 253 | 113 | 77 | 0 | 41 | 346 | 74 | 52 |
| Binary | 101011 | 1000000 | 10101011 | 1001011 | 111111 | 0 | 100001 | 11100110 | 111100 | 101010 |
Color Harmonies of #2B40AB
Complementary color
Monochromatic Colors of #2B40AB
Black with #2B40AB
Text Example
Text Example
White with #2B40AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B40AB; }
p { color: rgb(43,64,171); }
H1.HeaderClassName
{
color: #2B40AB;
}
.AnyTagClassName
{
color: #2B40AB;
}
</style>
background-color css
<style>
a { background-color: #2B40AB; }
a { background-color: rgb(43,64,171); }
div.DivClassName
{
background-color: #2B40AB;
}
.BgClassName
{
background-color: #2B40AB;
}
</style>
border-color css
<style>
span { border-color: #2B40AB; }
span { border-color: rgb(43,64,171); }
td.TdClassName
{
border-color: #2B40AB;
}
.TagClassName
{
border-color: #2B40AB;
}
</style>