Shades of Persian Blue #2826BD
Tints of Persian Blue #2826BD
RGB
CMYK
RGB Variations
Color information
#2826BD (or 0x2826BD) is known color: Persian Blue. HEX triplet: 28, 26 and BD. RGB value is (40,38,189). Sum of RGB (Red+Green+Blue) = 40+38+189=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 189 (74.22% from 255 or 70.79% from 267); Max value from RGB is 189 - color contains mainly: blue. Hex color #2826BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2826BD is #D7D942. Grayscale: #373737. Windows color (decimal): -14145859 or 12396072. OLE color: 12396072.
HSL color Cylindrical-coordinate representation of color #2826BD: hue angle of 240.79º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2826BD is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 38 | 189 | - |
| CMYK | 0.79 | 0.80 | 0 | 0.26 |
| HSL | 240.79º | 0.67% | 0.45% | - |
| HSV(B) | 240.79º | 0.8% | 0.74% | - |
| XYZ | 10.75 | 5.51 | 48.64 | - |
| YUV | 55.81 | 203.16 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 38 | 189 | 0.79 | 0.80 | 0 | 0.26 | 240.79 | 0.67 | 0.45 |
| Hex | 28 | 26 | BD | 4F | 50 | 0 | 1A | F1 | 43 | 2D |
| Octal | 50 | 46 | 275 | 117 | 120 | 0 | 32 | 361 | 103 | 55 |
| Binary | 101000 | 100110 | 10111101 | 1001111 | 1010000 | 0 | 11010 | 11110001 | 1000011 | 101101 |
Color Harmonies of #2826BD
Complementary color
Monochromatic Colors of #2826BD
Black with #2826BD
Text Example
Text Example
White with #2826BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2826BD; }
p { color: rgb(40,38,189); }
H1.HeaderClassName
{
color: #2826BD;
}
.AnyTagClassName
{
color: #2826BD;
}
</style>
background-color css
<style>
a { background-color: #2826BD; }
a { background-color: rgb(40,38,189); }
div.DivClassName
{
background-color: #2826BD;
}
.BgClassName
{
background-color: #2826BD;
}
</style>
border-color css
<style>
span { border-color: #2826BD; }
span { border-color: rgb(40,38,189); }
td.TdClassName
{
border-color: #2826BD;
}
.TagClassName
{
border-color: #2826BD;
}
</style>