Shades of Persian Blue #2B26C6
Tints of Persian Blue #2B26C6
RGB
CMYK
RGB Variations
Color information
#2B26C6 (or 0x2B26C6) is known color: Persian Blue. HEX triplet: 2B, 26 and C6. RGB value is (43,38,198). Sum of RGB (Red+Green+Blue) = 43+38+198=279 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.41% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 198 (77.73% from 255 or 70.97% from 279); Max value from RGB is 198 - color contains mainly: blue. Hex color #2B26C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B26C6 is #D4D939. Grayscale: #393939. Windows color (decimal): -13949242 or 12985899. OLE color: 12985899.
HSL color Cylindrical-coordinate representation of color #2B26C6: hue angle of 241.88º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B26C6 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 38 | 198 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.22 |
| HSL | 241.88º | 0.68% | 0.46% | - |
| HSV(B) | 241.88º | 0.81% | 0.78% | - |
| XYZ | 11.88 | 5.98 | 53.95 | - |
| YUV | 57.74 | 207.16 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 38 | 198 | 0.78 | 0.81 | 0 | 0.22 | 241.88 | 0.68 | 0.46 |
| Hex | 2B | 26 | C6 | 4E | 51 | 0 | 16 | F2 | 44 | 2E |
| Octal | 53 | 46 | 306 | 116 | 121 | 0 | 26 | 362 | 104 | 56 |
| Binary | 101011 | 100110 | 11000110 | 1001110 | 1010001 | 0 | 10110 | 11110010 | 1000100 | 101110 |
Color Harmonies of #2B26C6
Complementary color
Monochromatic Colors of #2B26C6
Black with #2B26C6
Text Example
Text Example
White with #2B26C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B26C6; }
p { color: rgb(43,38,198); }
H1.HeaderClassName
{
color: #2B26C6;
}
.AnyTagClassName
{
color: #2B26C6;
}
</style>
background-color css
<style>
a { background-color: #2B26C6; }
a { background-color: rgb(43,38,198); }
div.DivClassName
{
background-color: #2B26C6;
}
.BgClassName
{
background-color: #2B26C6;
}
</style>
border-color css
<style>
span { border-color: #2B26C6; }
span { border-color: rgb(43,38,198); }
td.TdClassName
{
border-color: #2B26C6;
}
.TagClassName
{
border-color: #2B26C6;
}
</style>