Shades of Persian Blue #2819BE
Tints of Persian Blue #2819BE
RGB
CMYK
RGB Variations
Color information
#2819BE (or 0x2819BE) is known color: Persian Blue. HEX triplet: 28, 19 and BE. RGB value is (40,25,190). Sum of RGB (Red+Green+Blue) = 40+25+190=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 190 (74.61% from 255 or 74.51% from 255); Max value from RGB is 190 - color contains mainly: blue. Hex color #2819BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2819BE is #D7E641. Grayscale: #2F2F2F. Windows color (decimal): -14149186 or 12458280. OLE color: 12458280.
HSL color Cylindrical-coordinate representation of color #2819BE: hue angle of 245.45º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2819BE is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 25 | 190 | - |
| CMYK | 0.79 | 0.87 | 0 | 0.25 |
| HSL | 245.45º | 0.77% | 0.42% | - |
| HSV(B) | 245.45º | 0.87% | 0.75% | - |
| XYZ | 10.52 | 4.86 | 49.1 | - |
| YUV | 48.3 | 207.97 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 25 | 190 | 0.79 | 0.87 | 0 | 0.25 | 245.45 | 0.77 | 0.42 |
| Hex | 28 | 19 | BE | 4F | 57 | 0 | 19 | F5 | 4D | 2A |
| Octal | 50 | 31 | 276 | 117 | 127 | 0 | 31 | 365 | 115 | 52 |
| Binary | 101000 | 11001 | 10111110 | 1001111 | 1010111 | 0 | 11001 | 11110101 | 1001101 | 101010 |
Color Harmonies of #2819BE
Complementary color
Monochromatic Colors of #2819BE
Black with #2819BE
Text Example
Text Example
White with #2819BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2819BE; }
p { color: rgb(40,25,190); }
H1.HeaderClassName
{
color: #2819BE;
}
.AnyTagClassName
{
color: #2819BE;
}
</style>
background-color css
<style>
a { background-color: #2819BE; }
a { background-color: rgb(40,25,190); }
div.DivClassName
{
background-color: #2819BE;
}
.BgClassName
{
background-color: #2819BE;
}
</style>
border-color css
<style>
span { border-color: #2819BE; }
span { border-color: rgb(40,25,190); }
td.TdClassName
{
border-color: #2819BE;
}
.TagClassName
{
border-color: #2819BE;
}
</style>