Shades of Persian Blue #2825BB
Tints of Persian Blue #2825BB
RGB
CMYK
RGB Variations
Color information
#2825BB (or 0x2825BB) is known color: Persian Blue. HEX triplet: 28, 25 and BB. RGB value is (40,37,187). Sum of RGB (Red+Green+Blue) = 40+37+187=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 187 (73.44% from 255 or 70.83% from 264); Max value from RGB is 187 - color contains mainly: blue. Hex color #2825BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2825BB is #D7DA44. Grayscale: #363636. Windows color (decimal): -14146117 or 12264744. OLE color: 12264744.
HSL color Cylindrical-coordinate representation of color #2825BB: hue angle of 241.2º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2825BB is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 37 | 187 | - |
| CMYK | 0.79 | 0.80 | 0 | 0.27 |
| HSL | 241.2º | 0.67% | 0.44% | - |
| HSV(B) | 241.2º | 0.8% | 0.73% | - |
| XYZ | 10.51 | 5.36 | 47.49 | - |
| YUV | 55 | 202.49 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 37 | 187 | 0.79 | 0.80 | 0 | 0.27 | 241.2 | 0.67 | 0.44 |
| Hex | 28 | 25 | BB | 4F | 50 | 0 | 1B | F1 | 43 | 2C |
| Octal | 50 | 45 | 273 | 117 | 120 | 0 | 33 | 361 | 103 | 54 |
| Binary | 101000 | 100101 | 10111011 | 1001111 | 1010000 | 0 | 11011 | 11110001 | 1000011 | 101100 |
Color Harmonies of #2825BB
Complementary color
Monochromatic Colors of #2825BB
Black with #2825BB
Text Example
Text Example
White with #2825BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2825BB; }
p { color: rgb(40,37,187); }
H1.HeaderClassName
{
color: #2825BB;
}
.AnyTagClassName
{
color: #2825BB;
}
</style>
background-color css
<style>
a { background-color: #2825BB; }
a { background-color: rgb(40,37,187); }
div.DivClassName
{
background-color: #2825BB;
}
.BgClassName
{
background-color: #2825BB;
}
</style>
border-color css
<style>
span { border-color: #2825BB; }
span { border-color: rgb(40,37,187); }
td.TdClassName
{
border-color: #2825BB;
}
.TagClassName
{
border-color: #2825BB;
}
</style>