Shades of Persian Blue #2B3CBA
Tints of Persian Blue #2B3CBA
RGB
CMYK
RGB Variations
Color information
#2B3CBA (or 0x2B3CBA) is known color: Persian Blue. HEX triplet: 2B, 3C and BA. RGB value is (43,60,186). Sum of RGB (Red+Green+Blue) = 43+60+186=289 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.88% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B3CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3CBA is #D4C345. Grayscale: #444444. Windows color (decimal): -13943622 or 12205099. OLE color: 12205099.
HSL color Cylindrical-coordinate representation of color #2B3CBA: hue angle of 232.87º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B3CBA is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 60 | 186 | - |
| CMYK | 0.77 | 0.68 | 0 | 0.27 |
| HSL | 232.87º | 0.62% | 0.45% | - |
| HSV(B) | 232.87º | 0.77% | 0.73% | - |
| XYZ | 11.48 | 7.29 | 47.26 | - |
| YUV | 69.28 | 193.87 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 60 | 186 | 0.77 | 0.68 | 0 | 0.27 | 232.87 | 0.62 | 0.45 |
| Hex | 2B | 3C | BA | 4D | 44 | 0 | 1B | E9 | 3E | 2D |
| Octal | 53 | 74 | 272 | 115 | 104 | 0 | 33 | 351 | 76 | 55 |
| Binary | 101011 | 111100 | 10111010 | 1001101 | 1000100 | 0 | 11011 | 11101001 | 111110 | 101101 |
Color Harmonies of #2B3CBA
Complementary color
Monochromatic Colors of #2B3CBA
Black with #2B3CBA
Text Example
Text Example
White with #2B3CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3CBA; }
p { color: rgb(43,60,186); }
H1.HeaderClassName
{
color: #2B3CBA;
}
.AnyTagClassName
{
color: #2B3CBA;
}
</style>
background-color css
<style>
a { background-color: #2B3CBA; }
a { background-color: rgb(43,60,186); }
div.DivClassName
{
background-color: #2B3CBA;
}
.BgClassName
{
background-color: #2B3CBA;
}
</style>
border-color css
<style>
span { border-color: #2B3CBA; }
span { border-color: rgb(43,60,186); }
td.TdClassName
{
border-color: #2B3CBA;
}
.TagClassName
{
border-color: #2B3CBA;
}
</style>