Shades of Persian Blue #2431BB
Tints of Persian Blue #2431BB
RGB
CMYK
RGB Variations
Color information
#2431BB (or 0x2431BB) is known color: Persian Blue. HEX triplet: 24, 31 and BB. RGB value is (36,49,187). Sum of RGB (Red+Green+Blue) = 36+49+187=272 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.24% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 187 (73.44% from 255 or 68.75% from 272); Max value from RGB is 187 - color contains mainly: blue. Hex color #2431BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2431BB is #DBCE44. Grayscale: #3C3C3C. Windows color (decimal): -14405189 or 12267812. OLE color: 12267812.
HSL color Cylindrical-coordinate representation of color #2431BB: hue angle of 234.83º 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 #2431BB is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 49 | 187 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.27 |
| HSL | 234.83º | 0.68% | 0.44% | - |
| HSV(B) | 234.83º | 0.81% | 0.73% | - |
| XYZ | 10.8 | 6.16 | 47.63 | - |
| YUV | 60.85 | 199.19 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 49 | 187 | 0.81 | 0.74 | 0 | 0.27 | 234.83 | 0.68 | 0.44 |
| Hex | 24 | 31 | BB | 51 | 4A | 0 | 1B | EB | 44 | 2C |
| Octal | 44 | 61 | 273 | 121 | 112 | 0 | 33 | 353 | 104 | 54 |
| Binary | 100100 | 110001 | 10111011 | 1010001 | 1001010 | 0 | 11011 | 11101011 | 1000100 | 101100 |
Color Harmonies of #2431BB
Complementary color
Monochromatic Colors of #2431BB
Black with #2431BB
Text Example
Text Example
White with #2431BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2431BB; }
p { color: rgb(36,49,187); }
H1.HeaderClassName
{
color: #2431BB;
}
.AnyTagClassName
{
color: #2431BB;
}
</style>
background-color css
<style>
a { background-color: #2431BB; }
a { background-color: rgb(36,49,187); }
div.DivClassName
{
background-color: #2431BB;
}
.BgClassName
{
background-color: #2431BB;
}
</style>
border-color css
<style>
span { border-color: #2431BB; }
span { border-color: rgb(36,49,187); }
td.TdClassName
{
border-color: #2431BB;
}
.TagClassName
{
border-color: #2431BB;
}
</style>