Shades of Persian Blue #3126BA
Tints of Persian Blue #3126BA
RGB
CMYK
RGB Variations
Color information
#3126BA (or 0x3126BA) is known color: Persian Blue. HEX triplet: 31, 26 and BA. RGB value is (49,38,186). Sum of RGB (Red+Green+Blue) = 49+38+186=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #3126BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3126BA is #CED945. Grayscale: #393939. Windows color (decimal): -13556038 or 12199473. OLE color: 12199473.
HSL color Cylindrical-coordinate representation of color #3126BA: hue angle of 244.46º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3126BA is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 38 | 186 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.27 |
| HSL | 244.46º | 0.66% | 0.44% | - |
| HSV(B) | 244.46º | 0.8% | 0.73% | - |
| XYZ | 10.82 | 5.58 | 46.96 | - |
| YUV | 58.16 | 200.14 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 38 | 186 | 0.74 | 0.80 | 0 | 0.27 | 244.46 | 0.66 | 0.44 |
| Hex | 31 | 26 | BA | 4A | 50 | 0 | 1B | F4 | 42 | 2C |
| Octal | 61 | 46 | 272 | 112 | 120 | 0 | 33 | 364 | 102 | 54 |
| Binary | 110001 | 100110 | 10111010 | 1001010 | 1010000 | 0 | 11011 | 11110100 | 1000010 | 101100 |
Color Harmonies of #3126BA
Complementary color
Monochromatic Colors of #3126BA
Black with #3126BA
Text Example
Text Example
White with #3126BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3126BA; }
p { color: rgb(49,38,186); }
H1.HeaderClassName
{
color: #3126BA;
}
.AnyTagClassName
{
color: #3126BA;
}
</style>
background-color css
<style>
a { background-color: #3126BA; }
a { background-color: rgb(49,38,186); }
div.DivClassName
{
background-color: #3126BA;
}
.BgClassName
{
background-color: #3126BA;
}
</style>
border-color css
<style>
span { border-color: #3126BA; }
span { border-color: rgb(49,38,186); }
td.TdClassName
{
border-color: #3126BA;
}
.TagClassName
{
border-color: #3126BA;
}
</style>