Shades of Persian Blue #2826CD
Tints of Persian Blue #2826CD
RGB
CMYK
RGB Variations
Color information
#2826CD (or 0x2826CD) is known color: Persian Blue. HEX triplet: 28, 26 and CD. RGB value is (40,38,205). Sum of RGB (Red+Green+Blue) = 40+38+205=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 205 (80.47% from 255 or 72.44% from 283); Max value from RGB is 205 - color contains mainly: blue. Hex color #2826CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2826CD is #D7D932. Grayscale: #383838. Windows color (decimal): -14145843 or 13444648. OLE color: 13444648.
HSL color Cylindrical-coordinate representation of color #2826CD: hue angle of 240.72º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2826CD is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 38 | 205 | - |
| CMYK | 0.80 | 0.81 | 0 | 0.20 |
| HSL | 240.72º | 0.69% | 0.48% | - |
| HSV(B) | 240.72º | 0.81% | 0.8% | - |
| XYZ | 12.59 | 6.25 | 58.3 | - |
| YUV | 57.64 | 211.16 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 38 | 205 | 0.80 | 0.81 | 0 | 0.20 | 240.72 | 0.69 | 0.48 |
| Hex | 28 | 26 | CD | 50 | 51 | 0 | 14 | F1 | 45 | 30 |
| Octal | 50 | 46 | 315 | 120 | 121 | 0 | 24 | 361 | 105 | 60 |
| Binary | 101000 | 100110 | 11001101 | 1010000 | 1010001 | 0 | 10100 | 11110001 | 1000101 | 110000 |
Color Harmonies of #2826CD
Complementary color
Monochromatic Colors of #2826CD
Black with #2826CD
Text Example
Text Example
White with #2826CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2826CD; }
p { color: rgb(40,38,205); }
H1.HeaderClassName
{
color: #2826CD;
}
.AnyTagClassName
{
color: #2826CD;
}
</style>
background-color css
<style>
a { background-color: #2826CD; }
a { background-color: rgb(40,38,205); }
div.DivClassName
{
background-color: #2826CD;
}
.BgClassName
{
background-color: #2826CD;
}
</style>
border-color css
<style>
span { border-color: #2826CD; }
span { border-color: rgb(40,38,205); }
td.TdClassName
{
border-color: #2826CD;
}
.TagClassName
{
border-color: #2826CD;
}
</style>