Shades of Persian Blue #2824BD
Tints of Persian Blue #2824BD
RGB
CMYK
RGB Variations
Color information
#2824BD (or 0x2824BD) is known color: Persian Blue. HEX triplet: 28, 24 and BD. RGB value is (40,36,189). Sum of RGB (Red+Green+Blue) = 40+36+189=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 189 (74.22% from 255 or 71.32% from 265); Max value from RGB is 189 - color contains mainly: blue. Hex color #2824BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2824BD is #D7DB42. Grayscale: #363636. Windows color (decimal): -14146371 or 12395560. OLE color: 12395560.
HSL color Cylindrical-coordinate representation of color #2824BD: hue angle of 241.57º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2824BD is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 36 | 189 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.26 |
| HSL | 241.57º | 0.68% | 0.44% | - |
| HSV(B) | 241.57º | 0.81% | 0.74% | - |
| XYZ | 10.69 | 5.39 | 48.62 | - |
| YUV | 54.64 | 203.83 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 36 | 189 | 0.79 | 0.81 | 0 | 0.26 | 241.57 | 0.68 | 0.44 |
| Hex | 28 | 24 | BD | 4F | 51 | 0 | 1A | F2 | 44 | 2C |
| Octal | 50 | 44 | 275 | 117 | 121 | 0 | 32 | 362 | 104 | 54 |
| Binary | 101000 | 100100 | 10111101 | 1001111 | 1010001 | 0 | 11010 | 11110010 | 1000100 | 101100 |
Color Harmonies of #2824BD
Complementary color
Monochromatic Colors of #2824BD
Black with #2824BD
Text Example
Text Example
White with #2824BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2824BD; }
p { color: rgb(40,36,189); }
H1.HeaderClassName
{
color: #2824BD;
}
.AnyTagClassName
{
color: #2824BD;
}
</style>
background-color css
<style>
a { background-color: #2824BD; }
a { background-color: rgb(40,36,189); }
div.DivClassName
{
background-color: #2824BD;
}
.BgClassName
{
background-color: #2824BD;
}
</style>
border-color css
<style>
span { border-color: #2824BD; }
span { border-color: rgb(40,36,189); }
td.TdClassName
{
border-color: #2824BD;
}
.TagClassName
{
border-color: #2824BD;
}
</style>