Shades of Persian Blue #2B3BB6
Tints of Persian Blue #2B3BB6
RGB
CMYK
RGB Variations
Color information
#2B3BB6 (or 0x2B3BB6) is known color: Persian Blue. HEX triplet: 2B, 3B and B6. RGB value is (43,59,182). Sum of RGB (Red+Green+Blue) = 43+59+182=284 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.14% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 182 (71.48% from 255 or 64.08% from 284); Max value from RGB is 182 - color contains mainly: blue. Hex color #2B3BB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3BB6 is #D4C449. Grayscale: #434343. Windows color (decimal): -13943882 or 11942699. OLE color: 11942699.
HSL color Cylindrical-coordinate representation of color #2B3BB6: hue angle of 233.09º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B3BB6 is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 59 | 182 | - |
| CMYK | 0.76 | 0.68 | 0 | 0.29 |
| HSL | 233.09º | 0.62% | 0.44% | - |
| HSV(B) | 233.09º | 0.76% | 0.71% | - |
| XYZ | 11 | 7.02 | 45.03 | - |
| YUV | 68.24 | 192.2 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 59 | 182 | 0.76 | 0.68 | 0 | 0.29 | 233.09 | 0.62 | 0.44 |
| Hex | 2B | 3B | B6 | 4C | 44 | 0 | 1D | E9 | 3E | 2C |
| Octal | 53 | 73 | 266 | 114 | 104 | 0 | 35 | 351 | 76 | 54 |
| Binary | 101011 | 111011 | 10110110 | 1001100 | 1000100 | 0 | 11101 | 11101001 | 111110 | 101100 |
Color Harmonies of #2B3BB6
Complementary color
Monochromatic Colors of #2B3BB6
Black with #2B3BB6
Text Example
Text Example
White with #2B3BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3BB6; }
p { color: rgb(43,59,182); }
H1.HeaderClassName
{
color: #2B3BB6;
}
.AnyTagClassName
{
color: #2B3BB6;
}
</style>
background-color css
<style>
a { background-color: #2B3BB6; }
a { background-color: rgb(43,59,182); }
div.DivClassName
{
background-color: #2B3BB6;
}
.BgClassName
{
background-color: #2B3BB6;
}
</style>
border-color css
<style>
span { border-color: #2B3BB6; }
span { border-color: rgb(43,59,182); }
td.TdClassName
{
border-color: #2B3BB6;
}
.TagClassName
{
border-color: #2B3BB6;
}
</style>