Shades of Persian Blue #2D18B4
Tints of Persian Blue #2D18B4
RGB
CMYK
RGB Variations
Color information
#2D18B4 (or 0x2D18B4) is known color: Persian Blue. HEX triplet: 2D, 18 and B4. RGB value is (45,24,180). Sum of RGB (Red+Green+Blue) = 45+24+180=249 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.07% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 180 (70.70% from 255 or 72.29% from 249); Max value from RGB is 180 - color contains mainly: blue. Hex color #2D18B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D18B4 is #D2E74B. Grayscale: #2F2F2F. Windows color (decimal): -13821772 or 11802669. OLE color: 11802669.
HSL color Cylindrical-coordinate representation of color #2D18B4: hue angle of 248.08º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D18B4 is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 24 | 180 | - |
| CMYK | 0.75 | 0.87 | 0 | 0.29 |
| HSL | 248.08º | 0.76% | 0.4% | - |
| HSV(B) | 248.08º | 0.87% | 0.71% | - |
| XYZ | 9.65 | 4.51 | 43.54 | - |
| YUV | 48.06 | 202.46 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 24 | 180 | 0.75 | 0.87 | 0 | 0.29 | 248.08 | 0.76 | 0.4 |
| Hex | 2D | 18 | B4 | 4B | 57 | 0 | 1D | F8 | 4C | 28 |
| Octal | 55 | 30 | 264 | 113 | 127 | 0 | 35 | 370 | 114 | 50 |
| Binary | 101101 | 11000 | 10110100 | 1001011 | 1010111 | 0 | 11101 | 11111000 | 1001100 | 101000 |
Color Harmonies of #2D18B4
Complementary color
Monochromatic Colors of #2D18B4
Black with #2D18B4
Text Example
Text Example
White with #2D18B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D18B4; }
p { color: rgb(45,24,180); }
H1.HeaderClassName
{
color: #2D18B4;
}
.AnyTagClassName
{
color: #2D18B4;
}
</style>
background-color css
<style>
a { background-color: #2D18B4; }
a { background-color: rgb(45,24,180); }
div.DivClassName
{
background-color: #2D18B4;
}
.BgClassName
{
background-color: #2D18B4;
}
</style>
border-color css
<style>
span { border-color: #2D18B4; }
span { border-color: rgb(45,24,180); }
td.TdClassName
{
border-color: #2D18B4;
}
.TagClassName
{
border-color: #2D18B4;
}
</style>