Shades of Persian Blue #3134AD
Tints of Persian Blue #3134AD
RGB
CMYK
RGB Variations
Color information
#3134AD (or 0x3134AD) is known color: Persian Blue. HEX triplet: 31, 34 and AD. RGB value is (49,52,173). Sum of RGB (Red+Green+Blue) = 49+52+173=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 173 (67.97% from 255 or 63.14% from 274); Max value from RGB is 173 - color contains mainly: blue. Hex color #3134AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3134AD is #CECB52. Grayscale: #404040. Windows color (decimal): -13552467 or 11351089. OLE color: 11351089.
HSL color Cylindrical-coordinate representation of color #3134AD: hue angle of 238.55º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3134AD is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 52 | 173 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.32 |
| HSL | 238.55º | 0.56% | 0.44% | - |
| HSV(B) | 238.55º | 0.72% | 0.68% | - |
| XYZ | 10.04 | 6.13 | 40.19 | - |
| YUV | 64.9 | 189.01 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 52 | 173 | 0.72 | 0.70 | 0 | 0.32 | 238.55 | 0.56 | 0.44 |
| Hex | 31 | 34 | AD | 48 | 46 | 0 | 20 | EF | 38 | 2C |
| Octal | 61 | 64 | 255 | 110 | 106 | 0 | 40 | 357 | 70 | 54 |
| Binary | 110001 | 110100 | 10101101 | 1001000 | 1000110 | 0 | 100000 | 11101111 | 111000 | 101100 |
Color Harmonies of #3134AD
Complementary color
Monochromatic Colors of #3134AD
Black with #3134AD
Text Example
Text Example
White with #3134AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3134AD; }
p { color: rgb(49,52,173); }
H1.HeaderClassName
{
color: #3134AD;
}
.AnyTagClassName
{
color: #3134AD;
}
</style>
background-color css
<style>
a { background-color: #3134AD; }
a { background-color: rgb(49,52,173); }
div.DivClassName
{
background-color: #3134AD;
}
.BgClassName
{
background-color: #3134AD;
}
</style>
border-color css
<style>
span { border-color: #3134AD; }
span { border-color: rgb(49,52,173); }
td.TdClassName
{
border-color: #3134AD;
}
.TagClassName
{
border-color: #3134AD;
}
</style>