Shades of Persian Blue #2B18B5
Tints of Persian Blue #2B18B5
RGB
CMYK
RGB Variations
Color information
#2B18B5 (or 0x2B18B5) is known color: Persian Blue. HEX triplet: 2B, 18 and B5. RGB value is (43,24,181). Sum of RGB (Red+Green+Blue) = 43+24+181=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 181 (71.09% from 255 or 72.98% from 248); Max value from RGB is 181 - color contains mainly: blue. Hex color #2B18B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B18B5 is #D4E74A. Grayscale: #2E2E2E. Windows color (decimal): -13952843 or 11868203. OLE color: 11868203.
HSL color Cylindrical-coordinate representation of color #2B18B5: hue angle of 247.26º degrees, saturation: 0.77, 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 #2B18B5 is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 24 | 181 | - |
| CMYK | 0.76 | 0.87 | 0 | 0.29 |
| HSL | 247.26º | 0.77% | 0.4% | - |
| HSV(B) | 247.26º | 0.87% | 0.71% | - |
| XYZ | 9.66 | 4.5 | 44.08 | - |
| YUV | 47.58 | 203.29 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 24 | 181 | 0.76 | 0.87 | 0 | 0.29 | 247.26 | 0.77 | 0.4 |
| Hex | 2B | 18 | B5 | 4C | 57 | 0 | 1D | F7 | 4D | 28 |
| Octal | 53 | 30 | 265 | 114 | 127 | 0 | 35 | 367 | 115 | 50 |
| Binary | 101011 | 11000 | 10110101 | 1001100 | 1010111 | 0 | 11101 | 11110111 | 1001101 | 101000 |
Color Harmonies of #2B18B5
Complementary color
Monochromatic Colors of #2B18B5
Black with #2B18B5
Text Example
Text Example
White with #2B18B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B18B5; }
p { color: rgb(43,24,181); }
H1.HeaderClassName
{
color: #2B18B5;
}
.AnyTagClassName
{
color: #2B18B5;
}
</style>
background-color css
<style>
a { background-color: #2B18B5; }
a { background-color: rgb(43,24,181); }
div.DivClassName
{
background-color: #2B18B5;
}
.BgClassName
{
background-color: #2B18B5;
}
</style>
border-color css
<style>
span { border-color: #2B18B5; }
span { border-color: rgb(43,24,181); }
td.TdClassName
{
border-color: #2B18B5;
}
.TagClassName
{
border-color: #2B18B5;
}
</style>