Shades of Persian Blue #2B1ACD
Tints of Persian Blue #2B1ACD
RGB
CMYK
RGB Variations
Color information
#2B1ACD (or 0x2B1ACD) is known color: Persian Blue. HEX triplet: 2B, 1A and CD. RGB value is (43,26,205). Sum of RGB (Red+Green+Blue) = 43+26+205=274 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.69% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 205 (80.47% from 255 or 74.82% from 274); Max value from RGB is 205 - color contains mainly: blue. Hex color #2B1ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B1ACD is #D4E532. Grayscale: #323232. Windows color (decimal): -13952307 or 13441579. OLE color: 13441579.
HSL color Cylindrical-coordinate representation of color #2B1ACD: hue angle of 245.7º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2B1ACD is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 26 | 205 | - |
| CMYK | 0.79 | 0.87 | 0 | 0.20 |
| HSL | 245.7º | 0.77% | 0.45% | - |
| HSV(B) | 245.7º | 0.87% | 0.8% | - |
| XYZ | 12.39 | 5.66 | 58.2 | - |
| YUV | 51.49 | 214.63 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 26 | 205 | 0.79 | 0.87 | 0 | 0.20 | 245.7 | 0.77 | 0.45 |
| Hex | 2B | 1A | CD | 4F | 57 | 0 | 14 | F6 | 4D | 2D |
| Octal | 53 | 32 | 315 | 117 | 127 | 0 | 24 | 366 | 115 | 55 |
| Binary | 101011 | 11010 | 11001101 | 1001111 | 1010111 | 0 | 10100 | 11110110 | 1001101 | 101101 |
Color Harmonies of #2B1ACD
Complementary color
Monochromatic Colors of #2B1ACD
Black with #2B1ACD
Text Example
Text Example
White with #2B1ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1ACD; }
p { color: rgb(43,26,205); }
H1.HeaderClassName
{
color: #2B1ACD;
}
.AnyTagClassName
{
color: #2B1ACD;
}
</style>
background-color css
<style>
a { background-color: #2B1ACD; }
a { background-color: rgb(43,26,205); }
div.DivClassName
{
background-color: #2B1ACD;
}
.BgClassName
{
background-color: #2B1ACD;
}
</style>
border-color css
<style>
span { border-color: #2B1ACD; }
span { border-color: rgb(43,26,205); }
td.TdClassName
{
border-color: #2B1ACD;
}
.TagClassName
{
border-color: #2B1ACD;
}
</style>