Shades of Persian Blue #2826DD
Tints of Persian Blue #2826DD
RGB
CMYK
RGB Variations
Color information
#2826DD (or 0x2826DD) is known color: Persian Blue. HEX triplet: 28, 26 and DD. RGB value is (40,38,221). Sum of RGB (Red+Green+Blue) = 40+38+221=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 221 (86.72% from 255 or 73.91% from 299); Max value from RGB is 221 - color contains mainly: blue. Hex color #2826DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2826DD is #D7D922. Grayscale: #3A3A3A. Windows color (decimal): -14145827 or 14493224. OLE color: 14493224.
HSL color Cylindrical-coordinate representation of color #2826DD: hue angle of 240.66º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2826DD is Cyan = 0.82, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 38 | 221 | - |
| CMYK | 0.82 | 0.83 | 0 | 0.13 |
| HSL | 240.66º | 0.73% | 0.51% | - |
| HSV(B) | 240.66º | 0.83% | 0.87% | - |
| XYZ | 14.62 | 7.06 | 69 | - |
| YUV | 59.46 | 219.16 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 38 | 221 | 0.82 | 0.83 | 0 | 0.13 | 240.66 | 0.73 | 0.51 |
| Hex | 28 | 26 | DD | 52 | 53 | 0 | D | F1 | 49 | 33 |
| Octal | 50 | 46 | 335 | 122 | 123 | 0 | 15 | 361 | 111 | 63 |
| Binary | 101000 | 100110 | 11011101 | 1010010 | 1010011 | 0 | 1101 | 11110001 | 1001001 | 110011 |
Color Harmonies of #2826DD
Complementary color
Monochromatic Colors of #2826DD
Black with #2826DD
Text Example
Text Example
White with #2826DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2826DD; }
p { color: rgb(40,38,221); }
H1.HeaderClassName
{
color: #2826DD;
}
.AnyTagClassName
{
color: #2826DD;
}
</style>
background-color css
<style>
a { background-color: #2826DD; }
a { background-color: rgb(40,38,221); }
div.DivClassName
{
background-color: #2826DD;
}
.BgClassName
{
background-color: #2826DD;
}
</style>
border-color css
<style>
span { border-color: #2826DD; }
span { border-color: rgb(40,38,221); }
td.TdClassName
{
border-color: #2826DD;
}
.TagClassName
{
border-color: #2826DD;
}
</style>