Shades of Persian Blue #2B3AD0
Tints of Persian Blue #2B3AD0
RGB
CMYK
RGB Variations
Color information
#2B3AD0 (or 0x2B3AD0) is known color: Persian Blue. HEX triplet: 2B, 3A and D0. RGB value is (43,58,208). Sum of RGB (Red+Green+Blue) = 43+58+208=309 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.92% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 208 (81.64% from 255 or 67.31% from 309); Max value from RGB is 208 - color contains mainly: blue. Hex color #2B3AD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B3AD0 is #D4C52F. Grayscale: #464646. Windows color (decimal): -13944112 or 13646379. OLE color: 13646379.
HSL color Cylindrical-coordinate representation of color #2B3AD0: hue angle of 234.55º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B3AD0 is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 58 | 208 | - |
| CMYK | 0.79 | 0.72 | 0 | 0.18 |
| HSL | 234.55º | 0.66% | 0.49% | - |
| HSV(B) | 234.55º | 0.79% | 0.82% | - |
| XYZ | 13.89 | 8.09 | 60.5 | - |
| YUV | 70.62 | 205.53 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 58 | 208 | 0.79 | 0.72 | 0 | 0.18 | 234.55 | 0.66 | 0.49 |
| Hex | 2B | 3A | D0 | 4F | 48 | 0 | 12 | EB | 42 | 31 |
| Octal | 53 | 72 | 320 | 117 | 110 | 0 | 22 | 353 | 102 | 61 |
| Binary | 101011 | 111010 | 11010000 | 1001111 | 1001000 | 0 | 10010 | 11101011 | 1000010 | 110001 |
Color Harmonies of #2B3AD0
Complementary color
Monochromatic Colors of #2B3AD0
Black with #2B3AD0
Text Example
Text Example
White with #2B3AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3AD0; }
p { color: rgb(43,58,208); }
H1.HeaderClassName
{
color: #2B3AD0;
}
.AnyTagClassName
{
color: #2B3AD0;
}
</style>
background-color css
<style>
a { background-color: #2B3AD0; }
a { background-color: rgb(43,58,208); }
div.DivClassName
{
background-color: #2B3AD0;
}
.BgClassName
{
background-color: #2B3AD0;
}
</style>
border-color css
<style>
span { border-color: #2B3AD0; }
span { border-color: rgb(43,58,208); }
td.TdClassName
{
border-color: #2B3AD0;
}
.TagClassName
{
border-color: #2B3AD0;
}
</style>