Shades of Persian Blue #3134DA
Tints of Persian Blue #3134DA
RGB
CMYK
RGB Variations
Color information
#3134DA (or 0x3134DA) is known color: Persian Blue. HEX triplet: 31, 34 and DA. RGB value is (49,52,218). Sum of RGB (Red+Green+Blue) = 49+52+218=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 218 (85.55% from 255 or 68.34% from 319); Max value from RGB is 218 - color contains mainly: blue. Hex color #3134DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3134DA is #CECB25. Grayscale: #454545. Windows color (decimal): -13552422 or 14300209. OLE color: 14300209.
HSL color Cylindrical-coordinate representation of color #3134DA: hue angle of 238.93º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3134DA is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 52 | 218 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.15 |
| HSL | 238.93º | 0.7% | 0.52% | - |
| HSV(B) | 238.93º | 0.78% | 0.85% | - |
| XYZ | 15.15 | 8.17 | 67.11 | - |
| YUV | 70.03 | 211.51 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 52 | 218 | 0.78 | 0.76 | 0 | 0.15 | 238.93 | 0.7 | 0.52 |
| Hex | 31 | 34 | DA | 4E | 4C | 0 | F | EF | 46 | 34 |
| Octal | 61 | 64 | 332 | 116 | 114 | 0 | 17 | 357 | 106 | 64 |
| Binary | 110001 | 110100 | 11011010 | 1001110 | 1001100 | 0 | 1111 | 11101111 | 1000110 | 110100 |
Color Harmonies of #3134DA
Complementary color
Monochromatic Colors of #3134DA
Black with #3134DA
Text Example
Text Example
White with #3134DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3134DA; }
p { color: rgb(49,52,218); }
H1.HeaderClassName
{
color: #3134DA;
}
.AnyTagClassName
{
color: #3134DA;
}
</style>
background-color css
<style>
a { background-color: #3134DA; }
a { background-color: rgb(49,52,218); }
div.DivClassName
{
background-color: #3134DA;
}
.BgClassName
{
background-color: #3134DA;
}
</style>
border-color css
<style>
span { border-color: #3134DA; }
span { border-color: rgb(49,52,218); }
td.TdClassName
{
border-color: #3134DA;
}
.TagClassName
{
border-color: #3134DA;
}
</style>