Shades of Persian Blue #3431BA
Tints of Persian Blue #3431BA
RGB
CMYK
RGB Variations
Color information
#3431BA (or 0x3431BA) is known color: Persian Blue. HEX triplet: 34, 31 and BA. RGB value is (52,49,186). Sum of RGB (Red+Green+Blue) = 52+49+186=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 186 (73.05% from 255 or 64.81% from 287); Max value from RGB is 186 - color contains mainly: blue. Hex color #3431BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3431BA is #CBCE45. Grayscale: #404040. Windows color (decimal): -13356614 or 12202292. OLE color: 12202292.
HSL color Cylindrical-coordinate representation of color #3431BA: hue angle of 241.31º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3431BA is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 49 | 186 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.27 |
| HSL | 241.31º | 0.58% | 0.46% | - |
| HSV(B) | 241.31º | 0.74% | 0.73% | - |
| XYZ | 11.38 | 6.47 | 47.1 | - |
| YUV | 65.52 | 195.99 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 49 | 186 | 0.72 | 0.74 | 0 | 0.27 | 241.31 | 0.58 | 0.46 |
| Hex | 34 | 31 | BA | 48 | 4A | 0 | 1B | F1 | 3A | 2E |
| Octal | 64 | 61 | 272 | 110 | 112 | 0 | 33 | 361 | 72 | 56 |
| Binary | 110100 | 110001 | 10111010 | 1001000 | 1001010 | 0 | 11011 | 11110001 | 111010 | 101110 |
Color Harmonies of #3431BA
Complementary color
Monochromatic Colors of #3431BA
Black with #3431BA
Text Example
Text Example
White with #3431BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3431BA; }
p { color: rgb(52,49,186); }
H1.HeaderClassName
{
color: #3431BA;
}
.AnyTagClassName
{
color: #3431BA;
}
</style>
background-color css
<style>
a { background-color: #3431BA; }
a { background-color: rgb(52,49,186); }
div.DivClassName
{
background-color: #3431BA;
}
.BgClassName
{
background-color: #3431BA;
}
</style>
border-color css
<style>
span { border-color: #3431BA; }
span { border-color: rgb(52,49,186); }
td.TdClassName
{
border-color: #3431BA;
}
.TagClassName
{
border-color: #3431BA;
}
</style>