Shades of Persian Blue #2826C0
Tints of Persian Blue #2826C0
RGB
CMYK
RGB Variations
Color information
#2826C0 (or 0x2826C0) is known color: Persian Blue. HEX triplet: 28, 26 and C0. RGB value is (40,38,192). Sum of RGB (Red+Green+Blue) = 40+38+192=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 192 (75.39% from 255 or 71.11% from 270); Max value from RGB is 192 - color contains mainly: blue. Hex color #2826C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2826C0 is #D7D93F. Grayscale: #373737. Windows color (decimal): -14145856 or 12592680. OLE color: 12592680.
HSL color Cylindrical-coordinate representation of color #2826C0: hue angle of 240.78º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2826C0 is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 38 | 192 | - |
| CMYK | 0.79 | 0.80 | 0 | 0.25 |
| HSL | 240.78º | 0.67% | 0.45% | - |
| HSV(B) | 240.78º | 0.8% | 0.75% | - |
| XYZ | 11.08 | 5.64 | 50.37 | - |
| YUV | 56.15 | 204.66 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 38 | 192 | 0.79 | 0.80 | 0 | 0.25 | 240.78 | 0.67 | 0.45 |
| Hex | 28 | 26 | C0 | 4F | 50 | 0 | 19 | F1 | 43 | 2D |
| Octal | 50 | 46 | 300 | 117 | 120 | 0 | 31 | 361 | 103 | 55 |
| Binary | 101000 | 100110 | 11000000 | 1001111 | 1010000 | 0 | 11001 | 11110001 | 1000011 | 101101 |
Color Harmonies of #2826C0
Complementary color
Monochromatic Colors of #2826C0
Black with #2826C0
Text Example
Text Example
White with #2826C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2826C0; }
p { color: rgb(40,38,192); }
H1.HeaderClassName
{
color: #2826C0;
}
.AnyTagClassName
{
color: #2826C0;
}
</style>
background-color css
<style>
a { background-color: #2826C0; }
a { background-color: rgb(40,38,192); }
div.DivClassName
{
background-color: #2826C0;
}
.BgClassName
{
background-color: #2826C0;
}
</style>
border-color css
<style>
span { border-color: #2826C0; }
span { border-color: rgb(40,38,192); }
td.TdClassName
{
border-color: #2826C0;
}
.TagClassName
{
border-color: #2826C0;
}
</style>