Shades of Persian Blue #2724BE
Tints of Persian Blue #2724BE
RGB
CMYK
RGB Variations
Color information
#2724BE (or 0x2724BE) is known color: Persian Blue. HEX triplet: 27, 24 and BE. RGB value is (39,36,190). Sum of RGB (Red+Green+Blue) = 39+36+190=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 190 (74.61% from 255 or 71.70% from 265); Max value from RGB is 190 - color contains mainly: blue. Hex color #2724BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2724BE is #D8DB41. Grayscale: #353535. Windows color (decimal): -14211906 or 12461095. OLE color: 12461095.
HSL color Cylindrical-coordinate representation of color #2724BE: hue angle of 241.17º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2724BE is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 36 | 190 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.25 |
| HSL | 241.17º | 0.68% | 0.44% | - |
| HSV(B) | 241.17º | 0.81% | 0.75% | - |
| XYZ | 10.76 | 5.41 | 49.19 | - |
| YUV | 54.45 | 204.49 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 36 | 190 | 0.79 | 0.81 | 0 | 0.25 | 241.17 | 0.68 | 0.44 |
| Hex | 27 | 24 | BE | 4F | 51 | 0 | 19 | F1 | 44 | 2C |
| Octal | 47 | 44 | 276 | 117 | 121 | 0 | 31 | 361 | 104 | 54 |
| Binary | 100111 | 100100 | 10111110 | 1001111 | 1010001 | 0 | 11001 | 11110001 | 1000100 | 101100 |
Color Harmonies of #2724BE
Complementary color
Monochromatic Colors of #2724BE
Black with #2724BE
Text Example
Text Example
White with #2724BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2724BE; }
p { color: rgb(39,36,190); }
H1.HeaderClassName
{
color: #2724BE;
}
.AnyTagClassName
{
color: #2724BE;
}
</style>
background-color css
<style>
a { background-color: #2724BE; }
a { background-color: rgb(39,36,190); }
div.DivClassName
{
background-color: #2724BE;
}
.BgClassName
{
background-color: #2724BE;
}
</style>
border-color css
<style>
span { border-color: #2724BE; }
span { border-color: rgb(39,36,190); }
td.TdClassName
{
border-color: #2724BE;
}
.TagClassName
{
border-color: #2724BE;
}
</style>