Shades of Persian Blue #2D3AD9
Tints of Persian Blue #2D3AD9
RGB
CMYK
RGB Variations
Color information
#2D3AD9 (or 0x2D3AD9) is known color: Persian Blue. HEX triplet: 2D, 3A and D9. RGB value is (45,58,217). Sum of RGB (Red+Green+Blue) = 45+58+217=320 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.06% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 217 (85.16% from 255 or 67.81% from 320); Max value from RGB is 217 - color contains mainly: blue. Hex color #2D3AD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D3AD9 is #D2C526. Grayscale: #474747. Windows color (decimal): -13813031 or 14236205. OLE color: 14236205.
HSL color Cylindrical-coordinate representation of color #2D3AD9: hue angle of 235.47º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D3AD9 is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 58 | 217 | - |
| CMYK | 0.79 | 0.73 | 0 | 0.15 |
| HSL | 235.47º | 0.69% | 0.51% | - |
| HSV(B) | 235.47º | 0.79% | 0.85% | - |
| XYZ | 15.12 | 8.59 | 66.51 | - |
| YUV | 72.24 | 209.69 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 58 | 217 | 0.79 | 0.73 | 0 | 0.15 | 235.47 | 0.69 | 0.51 |
| Hex | 2D | 3A | D9 | 4F | 49 | 0 | F | EB | 45 | 33 |
| Octal | 55 | 72 | 331 | 117 | 111 | 0 | 17 | 353 | 105 | 63 |
| Binary | 101101 | 111010 | 11011001 | 1001111 | 1001001 | 0 | 1111 | 11101011 | 1000101 | 110011 |
Color Harmonies of #2D3AD9
Complementary color
Monochromatic Colors of #2D3AD9
Black with #2D3AD9
Text Example
Text Example
White with #2D3AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3AD9; }
p { color: rgb(45,58,217); }
H1.HeaderClassName
{
color: #2D3AD9;
}
.AnyTagClassName
{
color: #2D3AD9;
}
</style>
background-color css
<style>
a { background-color: #2D3AD9; }
a { background-color: rgb(45,58,217); }
div.DivClassName
{
background-color: #2D3AD9;
}
.BgClassName
{
background-color: #2D3AD9;
}
</style>
border-color css
<style>
span { border-color: #2D3AD9; }
span { border-color: rgb(45,58,217); }
td.TdClassName
{
border-color: #2D3AD9;
}
.TagClassName
{
border-color: #2D3AD9;
}
</style>