Shades of Persian Blue #2B18C6
Tints of Persian Blue #2B18C6
RGB
CMYK
RGB Variations
Color information
#2B18C6 (or 0x2B18C6) is known color: Persian Blue. HEX triplet: 2B, 18 and C6. RGB value is (43,24,198). Sum of RGB (Red+Green+Blue) = 43+24+198=265 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.23% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 198 (77.73% from 255 or 74.72% from 265); Max value from RGB is 198 - color contains mainly: blue. Hex color #2B18C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B18C6 is #D4E739. Grayscale: #303030. Windows color (decimal): -13952826 or 12982315. OLE color: 12982315.
HSL color Cylindrical-coordinate representation of color #2B18C6: hue angle of 246.55º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B18C6 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 24 | 198 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.22 |
| HSL | 246.55º | 0.78% | 0.44% | - |
| HSV(B) | 246.55º | 0.88% | 0.78% | - |
| XYZ | 11.52 | 5.24 | 53.83 | - |
| YUV | 49.52 | 211.79 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 24 | 198 | 0.78 | 0.88 | 0 | 0.22 | 246.55 | 0.78 | 0.44 |
| Hex | 2B | 18 | C6 | 4E | 58 | 0 | 16 | F7 | 4E | 2C |
| Octal | 53 | 30 | 306 | 116 | 130 | 0 | 26 | 367 | 116 | 54 |
| Binary | 101011 | 11000 | 11000110 | 1001110 | 1011000 | 0 | 10110 | 11110111 | 1001110 | 101100 |
Color Harmonies of #2B18C6
Complementary color
Monochromatic Colors of #2B18C6
Black with #2B18C6
Text Example
Text Example
White with #2B18C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B18C6; }
p { color: rgb(43,24,198); }
H1.HeaderClassName
{
color: #2B18C6;
}
.AnyTagClassName
{
color: #2B18C6;
}
</style>
background-color css
<style>
a { background-color: #2B18C6; }
a { background-color: rgb(43,24,198); }
div.DivClassName
{
background-color: #2B18C6;
}
.BgClassName
{
background-color: #2B18C6;
}
</style>
border-color css
<style>
span { border-color: #2B18C6; }
span { border-color: rgb(43,24,198); }
td.TdClassName
{
border-color: #2B18C6;
}
.TagClassName
{
border-color: #2B18C6;
}
</style>