Shades of Persian Blue #2D17BA
Tints of Persian Blue #2D17BA
RGB
CMYK
RGB Variations
Color information
#2D17BA (or 0x2D17BA) is known color: Persian Blue. HEX triplet: 2D, 17 and BA. RGB value is (45,23,186). Sum of RGB (Red+Green+Blue) = 45+23+186=254 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.72% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 186 (73.05% from 255 or 73.23% from 254); Max value from RGB is 186 - color contains mainly: blue. Hex color #2D17BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D17BA is #D2E845. Grayscale: #2F2F2F. Windows color (decimal): -13822022 or 12195629. OLE color: 12195629.
HSL color Cylindrical-coordinate representation of color #2D17BA: hue angle of 248.1º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D17BA is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 23 | 186 | - |
| CMYK | 0.76 | 0.88 | 0 | 0.27 |
| HSL | 248.1º | 0.78% | 0.41% | - |
| HSV(B) | 248.1º | 0.88% | 0.73% | - |
| XYZ | 10.25 | 4.72 | 46.82 | - |
| YUV | 48.16 | 205.79 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 23 | 186 | 0.76 | 0.88 | 0 | 0.27 | 248.1 | 0.78 | 0.41 |
| Hex | 2D | 17 | BA | 4C | 58 | 0 | 1B | F8 | 4E | 29 |
| Octal | 55 | 27 | 272 | 114 | 130 | 0 | 33 | 370 | 116 | 51 |
| Binary | 101101 | 10111 | 10111010 | 1001100 | 1011000 | 0 | 11011 | 11111000 | 1001110 | 101001 |
Color Harmonies of #2D17BA
Complementary color
Monochromatic Colors of #2D17BA
Black with #2D17BA
Text Example
Text Example
White with #2D17BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D17BA; }
p { color: rgb(45,23,186); }
H1.HeaderClassName
{
color: #2D17BA;
}
.AnyTagClassName
{
color: #2D17BA;
}
</style>
background-color css
<style>
a { background-color: #2D17BA; }
a { background-color: rgb(45,23,186); }
div.DivClassName
{
background-color: #2D17BA;
}
.BgClassName
{
background-color: #2D17BA;
}
</style>
border-color css
<style>
span { border-color: #2D17BA; }
span { border-color: rgb(45,23,186); }
td.TdClassName
{
border-color: #2D17BA;
}
.TagClassName
{
border-color: #2D17BA;
}
</style>