Shades of Persian Blue #2F24BB
Tints of Persian Blue #2F24BB
RGB
CMYK
RGB Variations
Color information
#2F24BB (or 0x2F24BB) is known color: Persian Blue. HEX triplet: 2F, 24 and BB. RGB value is (47,36,187). Sum of RGB (Red+Green+Blue) = 47+36+187=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 187 (73.44% from 255 or 69.26% from 270); Max value from RGB is 187 - color contains mainly: blue. Hex color #2F24BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F24BB is #D0DB44. Grayscale: #373737. Windows color (decimal): -13687621 or 12264495. OLE color: 12264495.
HSL color Cylindrical-coordinate representation of color #2F24BB: hue angle of 244.37º 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 #2F24BB is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 36 | 187 | - |
| CMYK | 0.75 | 0.81 | 0 | 0.27 |
| HSL | 244.37º | 0.68% | 0.44% | - |
| HSV(B) | 244.37º | 0.81% | 0.73% | - |
| XYZ | 10.77 | 5.45 | 47.5 | - |
| YUV | 56.5 | 201.64 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 36 | 187 | 0.75 | 0.81 | 0 | 0.27 | 244.37 | 0.68 | 0.44 |
| Hex | 2F | 24 | BB | 4B | 51 | 0 | 1B | F4 | 44 | 2C |
| Octal | 57 | 44 | 273 | 113 | 121 | 0 | 33 | 364 | 104 | 54 |
| Binary | 101111 | 100100 | 10111011 | 1001011 | 1010001 | 0 | 11011 | 11110100 | 1000100 | 101100 |
Color Harmonies of #2F24BB
Complementary color
Monochromatic Colors of #2F24BB
Black with #2F24BB
Text Example
Text Example
White with #2F24BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F24BB; }
p { color: rgb(47,36,187); }
H1.HeaderClassName
{
color: #2F24BB;
}
.AnyTagClassName
{
color: #2F24BB;
}
</style>
background-color css
<style>
a { background-color: #2F24BB; }
a { background-color: rgb(47,36,187); }
div.DivClassName
{
background-color: #2F24BB;
}
.BgClassName
{
background-color: #2F24BB;
}
</style>
border-color css
<style>
span { border-color: #2F24BB; }
span { border-color: rgb(47,36,187); }
td.TdClassName
{
border-color: #2F24BB;
}
.TagClassName
{
border-color: #2F24BB;
}
</style>