Shades of Persian Blue #2724BB
Tints of Persian Blue #2724BB
RGB
CMYK
RGB Variations
Color information
#2724BB (or 0x2724BB) is known color: Persian Blue. HEX triplet: 27, 24 and BB. RGB value is (39,36,187). Sum of RGB (Red+Green+Blue) = 39+36+187=262 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.89% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 187 (73.44% from 255 or 71.37% from 262); Max value from RGB is 187 - color contains mainly: blue. Hex color #2724BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2724BB is #D8DB44. Grayscale: #353535. Windows color (decimal): -14211909 or 12264487. OLE color: 12264487.
HSL color Cylindrical-coordinate representation of color #2724BB: hue angle of 241.19º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2724BB is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 36 | 187 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.27 |
| HSL | 241.19º | 0.68% | 0.44% | - |
| HSV(B) | 241.19º | 0.81% | 0.73% | - |
| XYZ | 10.44 | 5.28 | 47.48 | - |
| YUV | 54.11 | 202.99 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 36 | 187 | 0.79 | 0.81 | 0 | 0.27 | 241.19 | 0.68 | 0.44 |
| Hex | 27 | 24 | BB | 4F | 51 | 0 | 1B | F1 | 44 | 2C |
| Octal | 47 | 44 | 273 | 117 | 121 | 0 | 33 | 361 | 104 | 54 |
| Binary | 100111 | 100100 | 10111011 | 1001111 | 1010001 | 0 | 11011 | 11110001 | 1000100 | 101100 |
Color Harmonies of #2724BB
Complementary color
Monochromatic Colors of #2724BB
Black with #2724BB
Text Example
Text Example
White with #2724BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2724BB; }
p { color: rgb(39,36,187); }
H1.HeaderClassName
{
color: #2724BB;
}
.AnyTagClassName
{
color: #2724BB;
}
</style>
background-color css
<style>
a { background-color: #2724BB; }
a { background-color: rgb(39,36,187); }
div.DivClassName
{
background-color: #2724BB;
}
.BgClassName
{
background-color: #2724BB;
}
</style>
border-color css
<style>
span { border-color: #2724BB; }
span { border-color: rgb(39,36,187); }
td.TdClassName
{
border-color: #2724BB;
}
.TagClassName
{
border-color: #2724BB;
}
</style>