Shades of Persian Blue #2B3BDD
Tints of Persian Blue #2B3BDD
RGB
CMYK
RGB Variations
Color information
#2B3BDD (or 0x2B3BDD) is known color: Persian Blue. HEX triplet: 2B, 3B and DD. RGB value is (43,59,221). Sum of RGB (Red+Green+Blue) = 43+59+221=323 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.31% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B3BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3BDD is #D4C422. Grayscale: #484848. Windows color (decimal): -13943843 or 14498603. OLE color: 14498603.
HSL color Cylindrical-coordinate representation of color #2B3BDD: hue angle of 234.61º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B3BDD is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 59 | 221 | - |
| CMYK | 0.81 | 0.73 | 0 | 0.13 |
| HSL | 234.61º | 0.72% | 0.52% | - |
| HSV(B) | 234.61º | 0.81% | 0.87% | - |
| XYZ | 15.61 | 8.86 | 69.29 | - |
| YUV | 72.68 | 211.7 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 59 | 221 | 0.81 | 0.73 | 0 | 0.13 | 234.61 | 0.72 | 0.52 |
| Hex | 2B | 3B | DD | 51 | 49 | 0 | D | EB | 48 | 34 |
| Octal | 53 | 73 | 335 | 121 | 111 | 0 | 15 | 353 | 110 | 64 |
| Binary | 101011 | 111011 | 11011101 | 1010001 | 1001001 | 0 | 1101 | 11101011 | 1001000 | 110100 |
Color Harmonies of #2B3BDD
Complementary color
Monochromatic Colors of #2B3BDD
Black with #2B3BDD
Text Example
Text Example
White with #2B3BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3BDD; }
p { color: rgb(43,59,221); }
H1.HeaderClassName
{
color: #2B3BDD;
}
.AnyTagClassName
{
color: #2B3BDD;
}
</style>
background-color css
<style>
a { background-color: #2B3BDD; }
a { background-color: rgb(43,59,221); }
div.DivClassName
{
background-color: #2B3BDD;
}
.BgClassName
{
background-color: #2B3BDD;
}
</style>
border-color css
<style>
span { border-color: #2B3BDD; }
span { border-color: rgb(43,59,221); }
td.TdClassName
{
border-color: #2B3BDD;
}
.TagClassName
{
border-color: #2B3BDD;
}
</style>