Shades of Persian Blue #3134BA
Tints of Persian Blue #3134BA
RGB
CMYK
RGB Variations
Color information
#3134BA (or 0x3134BA) is known color: Persian Blue. HEX triplet: 31, 34 and BA. RGB value is (49,52,186). Sum of RGB (Red+Green+Blue) = 49+52+186=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 52 (20.70% from 255 or 18.12% 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 #3134BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3134BA is #CECB45. Grayscale: #414141. Windows color (decimal): -13552454 or 12203057. OLE color: 12203057.
HSL color Cylindrical-coordinate representation of color #3134BA: hue angle of 238.69º 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 #3134BA is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 52 | 186 | - |
| CMYK | 0.74 | 0.72 | 0 | 0.27 |
| HSL | 238.69º | 0.58% | 0.46% | - |
| HSV(B) | 238.69º | 0.74% | 0.73% | - |
| XYZ | 11.36 | 6.65 | 47.14 | - |
| YUV | 66.38 | 195.51 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 52 | 186 | 0.74 | 0.72 | 0 | 0.27 | 238.69 | 0.58 | 0.46 |
| Hex | 31 | 34 | BA | 4A | 48 | 0 | 1B | EF | 3A | 2E |
| Octal | 61 | 64 | 272 | 112 | 110 | 0 | 33 | 357 | 72 | 56 |
| Binary | 110001 | 110100 | 10111010 | 1001010 | 1001000 | 0 | 11011 | 11101111 | 111010 | 101110 |
Color Harmonies of #3134BA
Complementary color
Monochromatic Colors of #3134BA
Black with #3134BA
Text Example
Text Example
White with #3134BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3134BA; }
p { color: rgb(49,52,186); }
H1.HeaderClassName
{
color: #3134BA;
}
.AnyTagClassName
{
color: #3134BA;
}
</style>
background-color css
<style>
a { background-color: #3134BA; }
a { background-color: rgb(49,52,186); }
div.DivClassName
{
background-color: #3134BA;
}
.BgClassName
{
background-color: #3134BA;
}
</style>
border-color css
<style>
span { border-color: #3134BA; }
span { border-color: rgb(49,52,186); }
td.TdClassName
{
border-color: #3134BA;
}
.TagClassName
{
border-color: #3134BA;
}
</style>