Shades of Persian Blue #2B3BB7
Tints of Persian Blue #2B3BB7
RGB
CMYK
RGB Variations
Color information
#2B3BB7 (or 0x2B3BB7) is known color: Persian Blue. HEX triplet: 2B, 3B and B7. RGB value is (43,59,183). Sum of RGB (Red+Green+Blue) = 43+59+183=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 183 (71.88% from 255 or 64.21% from 285); Max value from RGB is 183 - color contains mainly: blue. Hex color #2B3BB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3BB7 is #D4C448. Grayscale: #434343. Windows color (decimal): -13943881 or 12008235. OLE color: 12008235.
HSL color Cylindrical-coordinate representation of color #2B3BB7: hue angle of 233.14º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B3BB7 is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 43 | 59 | 183 | - |
| CMYK | 0.77 | 0.68 | 0 | 0.28 |
| HSL | 233.14º | 0.62% | 0.44% | - |
| HSV(B) | 233.14º | 0.77% | 0.72% | - |
| XYZ | 11.11 | 7.06 | 45.58 | - |
| YUV | 68.35 | 192.7 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 59 | 183 | 0.77 | 0.68 | 0 | 0.28 | 233.14 | 0.62 | 0.44 |
| Hex | 2B | 3B | B7 | 4D | 44 | 0 | 1C | E9 | 3E | 2C |
| Octal | 53 | 73 | 267 | 115 | 104 | 0 | 34 | 351 | 76 | 54 |
| Binary | 101011 | 111011 | 10110111 | 1001101 | 1000100 | 0 | 11100 | 11101001 | 111110 | 101100 |
Color Harmonies of #2B3BB7
Complementary color
Monochromatic Colors of #2B3BB7
Black with #2B3BB7
Text Example
Text Example
White with #2B3BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3BB7; }
p { color: rgb(43,59,183); }
H1.HeaderClassName
{
color: #2B3BB7;
}
.AnyTagClassName
{
color: #2B3BB7;
}
</style>
background-color css
<style>
a { background-color: #2B3BB7; }
a { background-color: rgb(43,59,183); }
div.DivClassName
{
background-color: #2B3BB7;
}
.BgClassName
{
background-color: #2B3BB7;
}
</style>
border-color css
<style>
span { border-color: #2B3BB7; }
span { border-color: rgb(43,59,183); }
td.TdClassName
{
border-color: #2B3BB7;
}
.TagClassName
{
border-color: #2B3BB7;
}
</style>