Shades of Persian Blue #2826B9
Tints of Persian Blue #2826B9
RGB
CMYK
RGB Variations
Color information
#2826B9 (or 0x2826B9) is known color: Persian Blue. HEX triplet: 28, 26 and B9. RGB value is (40,38,185). Sum of RGB (Red+Green+Blue) = 40+38+185=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 185 (72.66% from 255 or 70.34% from 263); Max value from RGB is 185 - color contains mainly: blue. Hex color #2826B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2826B9 is #D7D946. Grayscale: #363636. Windows color (decimal): -14145863 or 12133928. OLE color: 12133928.
HSL color Cylindrical-coordinate representation of color #2826B9: hue angle of 240.82º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2826B9 is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 38 | 185 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.27 |
| HSL | 240.82º | 0.66% | 0.44% | - |
| HSV(B) | 240.82º | 0.79% | 0.73% | - |
| XYZ | 10.33 | 5.34 | 46.39 | - |
| YUV | 55.36 | 201.16 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 38 | 185 | 0.78 | 0.79 | 0 | 0.27 | 240.82 | 0.66 | 0.44 |
| Hex | 28 | 26 | B9 | 4E | 4F | 0 | 1B | F1 | 42 | 2C |
| Octal | 50 | 46 | 271 | 116 | 117 | 0 | 33 | 361 | 102 | 54 |
| Binary | 101000 | 100110 | 10111001 | 1001110 | 1001111 | 0 | 11011 | 11110001 | 1000010 | 101100 |
Color Harmonies of #2826B9
Complementary color
Monochromatic Colors of #2826B9
Black with #2826B9
Text Example
Text Example
White with #2826B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2826B9; }
p { color: rgb(40,38,185); }
H1.HeaderClassName
{
color: #2826B9;
}
.AnyTagClassName
{
color: #2826B9;
}
</style>
background-color css
<style>
a { background-color: #2826B9; }
a { background-color: rgb(40,38,185); }
div.DivClassName
{
background-color: #2826B9;
}
.BgClassName
{
background-color: #2826B9;
}
</style>
border-color css
<style>
span { border-color: #2826B9; }
span { border-color: rgb(40,38,185); }
td.TdClassName
{
border-color: #2826B9;
}
.TagClassName
{
border-color: #2826B9;
}
</style>