Shades of Persian Blue #2B16CC
Tints of Persian Blue #2B16CC
RGB
CMYK
RGB Variations
Color information
#2B16CC (or 0x2B16CC) is known color: Persian Blue. HEX triplet: 2B, 16 and CC. RGB value is (43,22,204). Sum of RGB (Red+Green+Blue) = 43+22+204=269 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.99% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 204 (80.08% from 255 or 75.84% from 269); Max value from RGB is 204 - color contains mainly: blue. Hex color #2B16CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B16CC is #D4E933. Grayscale: #303030. Windows color (decimal): -13953332 or 13375019. OLE color: 13375019.
HSL color Cylindrical-coordinate representation of color #2B16CC: hue angle of 246.92º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2B16CC is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 43 | 22 | 204 | - |
| CMYK | 0.79 | 0.89 | 0 | 0.2 |
| HSL | 246.92º | 0.81% | 0.44% | - |
| HSV(B) | 246.92º | 0.89% | 0.8% | - |
| XYZ | 12.18 | 5.45 | 57.54 | - |
| YUV | 49.03 | 215.46 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 22 | 204 | 0.79 | 0.89 | 0 | 0.2 | 246.92 | 0.81 | 0.44 |
| Hex | 2B | 16 | CC | 4F | 59 | 0 | 14 | F7 | 51 | 2C |
| Octal | 53 | 26 | 314 | 117 | 131 | 0 | 24 | 367 | 121 | 54 |
| Binary | 101011 | 10110 | 11001100 | 1001111 | 1011001 | 0 | 10100 | 11110111 | 1010001 | 101100 |
Color Harmonies of #2B16CC
Complementary color
Monochromatic Colors of #2B16CC
Black with #2B16CC
Text Example
Text Example
White with #2B16CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B16CC; }
p { color: rgb(43,22,204); }
H1.HeaderClassName
{
color: #2B16CC;
}
.AnyTagClassName
{
color: #2B16CC;
}
</style>
background-color css
<style>
a { background-color: #2B16CC; }
a { background-color: rgb(43,22,204); }
div.DivClassName
{
background-color: #2B16CC;
}
.BgClassName
{
background-color: #2B16CC;
}
</style>
border-color css
<style>
span { border-color: #2B16CC; }
span { border-color: rgb(43,22,204); }
td.TdClassName
{
border-color: #2B16CC;
}
.TagClassName
{
border-color: #2B16CC;
}
</style>