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