Shades of Persian Blue #2B3CB7
Tints of Persian Blue #2B3CB7
RGB
CMYK
RGB Variations
Color information
#2B3CB7 (or 0x2B3CB7) is known color: Persian Blue. HEX triplet: 2B, 3C and B7. RGB value is (43,60,183). Sum of RGB (Red+Green+Blue) = 43+60+183=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 183 (71.88% from 255 or 63.99% from 286); Max value from RGB is 183 - color contains mainly: blue. Hex color #2B3CB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3CB7 is #D4C348. Grayscale: #444444. Windows color (decimal): -13943625 or 12008491. OLE color: 12008491.
HSL color Cylindrical-coordinate representation of color #2B3CB7: hue angle of 232.71º 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 #2B3CB7 is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 43 | 60 | 183 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.28 |
| HSL | 232.71º | 0.62% | 0.44% | - |
| HSV(B) | 232.71º | 0.77% | 0.72% | - |
| XYZ | 11.16 | 7.16 | 45.59 | - |
| YUV | 68.94 | 192.37 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 60 | 183 | 0.77 | 0.67 | 0 | 0.28 | 232.71 | 0.62 | 0.44 |
| Hex | 2B | 3C | B7 | 4D | 43 | 0 | 1C | E9 | 3E | 2C |
| Octal | 53 | 74 | 267 | 115 | 103 | 0 | 34 | 351 | 76 | 54 |
| Binary | 101011 | 111100 | 10110111 | 1001101 | 1000011 | 0 | 11100 | 11101001 | 111110 | 101100 |
Color Harmonies of #2B3CB7
Complementary color
Monochromatic Colors of #2B3CB7
Black with #2B3CB7
Text Example
Text Example
White with #2B3CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3CB7; }
p { color: rgb(43,60,183); }
H1.HeaderClassName
{
color: #2B3CB7;
}
.AnyTagClassName
{
color: #2B3CB7;
}
</style>
background-color css
<style>
a { background-color: #2B3CB7; }
a { background-color: rgb(43,60,183); }
div.DivClassName
{
background-color: #2B3CB7;
}
.BgClassName
{
background-color: #2B3CB7;
}
</style>
border-color css
<style>
span { border-color: #2B3CB7; }
span { border-color: rgb(43,60,183); }
td.TdClassName
{
border-color: #2B3CB7;
}
.TagClassName
{
border-color: #2B3CB7;
}
</style>