Shades of Persian Blue #2D3ABB
Tints of Persian Blue #2D3ABB
RGB
CMYK
RGB Variations
Color information
#2D3ABB (or 0x2D3ABB) is known color: Persian Blue. HEX triplet: 2D, 3A and BB. RGB value is (45,58,187). Sum of RGB (Red+Green+Blue) = 45+58+187=290 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.52% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 187 (73.44% from 255 or 64.48% from 290); Max value from RGB is 187 - color contains mainly: blue. Hex color #2D3ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D3ABB is #D2C544. Grayscale: #444444. Windows color (decimal): -13813061 or 12270125. OLE color: 12270125.
HSL color Cylindrical-coordinate representation of color #2D3ABB: hue angle of 234.51º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D3ABB is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 58 | 187 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.27 |
| HSL | 234.51º | 0.61% | 0.45% | - |
| HSV(B) | 234.51º | 0.76% | 0.73% | - |
| XYZ | 11.56 | 7.17 | 47.79 | - |
| YUV | 68.82 | 194.69 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 58 | 187 | 0.76 | 0.69 | 0 | 0.27 | 234.51 | 0.61 | 0.45 |
| Hex | 2D | 3A | BB | 4C | 45 | 0 | 1B | EB | 3D | 2D |
| Octal | 55 | 72 | 273 | 114 | 105 | 0 | 33 | 353 | 75 | 55 |
| Binary | 101101 | 111010 | 10111011 | 1001100 | 1000101 | 0 | 11011 | 11101011 | 111101 | 101101 |
Color Harmonies of #2D3ABB
Complementary color
Monochromatic Colors of #2D3ABB
Black with #2D3ABB
Text Example
Text Example
White with #2D3ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3ABB; }
p { color: rgb(45,58,187); }
H1.HeaderClassName
{
color: #2D3ABB;
}
.AnyTagClassName
{
color: #2D3ABB;
}
</style>
background-color css
<style>
a { background-color: #2D3ABB; }
a { background-color: rgb(45,58,187); }
div.DivClassName
{
background-color: #2D3ABB;
}
.BgClassName
{
background-color: #2D3ABB;
}
</style>
border-color css
<style>
span { border-color: #2D3ABB; }
span { border-color: rgb(45,58,187); }
td.TdClassName
{
border-color: #2D3ABB;
}
.TagClassName
{
border-color: #2D3ABB;
}
</style>