Shades of Persian Blue #2B3FAB
Tints of Persian Blue #2B3FAB
RGB
CMYK
RGB Variations
Color information
#2B3FAB (or 0x2B3FAB) is known color: Persian Blue. HEX triplet: 2B, 3F and AB. RGB value is (43,63,171). Sum of RGB (Red+Green+Blue) = 43+63+171=277 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.52% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #2B3FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3FAB is #D4C054. Grayscale: #444444. Windows color (decimal): -13942869 or 11222827. OLE color: 11222827.
HSL color Cylindrical-coordinate representation of color #2B3FAB: hue angle of 230.62º 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 #2B3FAB is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 63 | 171 | - |
| CMYK | 0.75 | 0.63 | 0 | 0.33 |
| HSL | 230.63º | 0.6% | 0.42% | - |
| HSV(B) | 230.63º | 0.75% | 0.67% | - |
| XYZ | 10.12 | 7.01 | 39.35 | - |
| YUV | 69.33 | 185.37 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 63 | 171 | 0.75 | 0.63 | 0 | 0.33 | 230.63 | 0.6 | 0.42 |
| Hex | 2B | 3F | AB | 4B | 3F | 0 | 21 | E7 | 3C | 2A |
| Octal | 53 | 77 | 253 | 113 | 77 | 0 | 41 | 347 | 74 | 52 |
| Binary | 101011 | 111111 | 10101011 | 1001011 | 111111 | 0 | 100001 | 11100111 | 111100 | 101010 |
Color Harmonies of #2B3FAB
Complementary color
Monochromatic Colors of #2B3FAB
Black with #2B3FAB
Text Example
Text Example
White with #2B3FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3FAB; }
p { color: rgb(43,63,171); }
H1.HeaderClassName
{
color: #2B3FAB;
}
.AnyTagClassName
{
color: #2B3FAB;
}
</style>
background-color css
<style>
a { background-color: #2B3FAB; }
a { background-color: rgb(43,63,171); }
div.DivClassName
{
background-color: #2B3FAB;
}
.BgClassName
{
background-color: #2B3FAB;
}
</style>
border-color css
<style>
span { border-color: #2B3FAB; }
span { border-color: rgb(43,63,171); }
td.TdClassName
{
border-color: #2B3FAB;
}
.TagClassName
{
border-color: #2B3FAB;
}
</style>