Shades of Persian Blue #2826BB
Tints of Persian Blue #2826BB
RGB
CMYK
RGB Variations
Color information
#2826BB (or 0x2826BB) is known color: Persian Blue. HEX triplet: 28, 26 and BB. RGB value is (40,38,187). Sum of RGB (Red+Green+Blue) = 40+38+187=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 187 (73.44% from 255 or 70.57% from 265); Max value from RGB is 187 - color contains mainly: blue. Hex color #2826BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2826BB is #D7D944. Grayscale: #363636. Windows color (decimal): -14145861 or 12265000. OLE color: 12265000.
HSL color Cylindrical-coordinate representation of color #2826BB: hue angle of 240.81º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2826BB is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 38 | 187 | - |
| CMYK | 0.79 | 0.80 | 0 | 0.27 |
| HSL | 240.81º | 0.66% | 0.44% | - |
| HSV(B) | 240.81º | 0.8% | 0.73% | - |
| XYZ | 10.54 | 5.43 | 47.51 | - |
| YUV | 55.58 | 202.16 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 38 | 187 | 0.79 | 0.80 | 0 | 0.27 | 240.81 | 0.66 | 0.44 |
| Hex | 28 | 26 | BB | 4F | 50 | 0 | 1B | F1 | 42 | 2C |
| Octal | 50 | 46 | 273 | 117 | 120 | 0 | 33 | 361 | 102 | 54 |
| Binary | 101000 | 100110 | 10111011 | 1001111 | 1010000 | 0 | 11011 | 11110001 | 1000010 | 101100 |
Color Harmonies of #2826BB
Complementary color
Monochromatic Colors of #2826BB
Black with #2826BB
Text Example
Text Example
White with #2826BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2826BB; }
p { color: rgb(40,38,187); }
H1.HeaderClassName
{
color: #2826BB;
}
.AnyTagClassName
{
color: #2826BB;
}
</style>
background-color css
<style>
a { background-color: #2826BB; }
a { background-color: rgb(40,38,187); }
div.DivClassName
{
background-color: #2826BB;
}
.BgClassName
{
background-color: #2826BB;
}
</style>
border-color css
<style>
span { border-color: #2826BB; }
span { border-color: rgb(40,38,187); }
td.TdClassName
{
border-color: #2826BB;
}
.TagClassName
{
border-color: #2826BB;
}
</style>