Shades of Persian Blue #2D18BA
Tints of Persian Blue #2D18BA
RGB
CMYK
RGB Variations
Color information
#2D18BA (or 0x2D18BA) is known color: Persian Blue. HEX triplet: 2D, 18 and BA. RGB value is (45,24,186). Sum of RGB (Red+Green+Blue) = 45+24+186=255 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.65% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 186 (73.05% from 255 or 72.94% from 255); Max value from RGB is 186 - color contains mainly: blue. Hex color #2D18BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D18BA is #D2E745. Grayscale: #303030. Windows color (decimal): -13821766 or 12195885. OLE color: 12195885.
HSL color Cylindrical-coordinate representation of color #2D18BA: hue angle of 247.78º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D18BA is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 24 | 186 | - |
| CMYK | 0.76 | 0.87 | 0 | 0.27 |
| HSL | 247.78º | 0.77% | 0.41% | - |
| HSV(B) | 247.78º | 0.87% | 0.73% | - |
| XYZ | 10.27 | 4.76 | 46.83 | - |
| YUV | 48.75 | 205.46 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 24 | 186 | 0.76 | 0.87 | 0 | 0.27 | 247.78 | 0.77 | 0.41 |
| Hex | 2D | 18 | BA | 4C | 57 | 0 | 1B | F8 | 4D | 29 |
| Octal | 55 | 30 | 272 | 114 | 127 | 0 | 33 | 370 | 115 | 51 |
| Binary | 101101 | 11000 | 10111010 | 1001100 | 1010111 | 0 | 11011 | 11111000 | 1001101 | 101001 |
Color Harmonies of #2D18BA
Complementary color
Monochromatic Colors of #2D18BA
Black with #2D18BA
Text Example
Text Example
White with #2D18BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D18BA; }
p { color: rgb(45,24,186); }
H1.HeaderClassName
{
color: #2D18BA;
}
.AnyTagClassName
{
color: #2D18BA;
}
</style>
background-color css
<style>
a { background-color: #2D18BA; }
a { background-color: rgb(45,24,186); }
div.DivClassName
{
background-color: #2D18BA;
}
.BgClassName
{
background-color: #2D18BA;
}
</style>
border-color css
<style>
span { border-color: #2D18BA; }
span { border-color: rgb(45,24,186); }
td.TdClassName
{
border-color: #2D18BA;
}
.TagClassName
{
border-color: #2D18BA;
}
</style>