Shades of Persian Blue #0031DD
Tints of Persian Blue #0031DD
RGB
CMYK
RGB Variations
Color information
#0031DD (or 0x0031DD) is known color: Persian Blue. HEX triplet: 00, 31 and DD. RGB value is (0,49,221). Sum of RGB (Red+Green+Blue) = 0+49+221=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 221 (86.72% from 255 or 81.85% from 270); Max value from RGB is 221 - color contains mainly: blue. Hex color #0031DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0031DD is #FFCE22. Grayscale: #353535. Windows color (decimal): -16764451 or 14496000. OLE color: 14496000.
HSL color Cylindrical-coordinate representation of color #0031DD: hue angle of 226.7º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0031DD is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 49 | 221 | - |
| CMYK | 1 | 0.78 | 0 | 0.13 |
| HSL | 226.7º | 1% | 0.43% | - |
| HSV(B) | 226.7º | 1% | 0.87% | - |
| XYZ | 14.15 | 7.42 | 69.09 | - |
| YUV | 53.96 | 222.27 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 221 | 1 | 0.78 | 0 | 0.13 | 226.7 | 1 | 0.43 |
| Hex | 0 | 31 | DD | 64 | 4E | 0 | D | E3 | 64 | 2B |
| Octal | 0 | 61 | 335 | 144 | 116 | 0 | 15 | 343 | 144 | 53 |
| Binary | 0 | 110001 | 11011101 | 1100100 | 1001110 | 0 | 1101 | 11100011 | 1100100 | 101011 |
Color Harmonies of #0031DD
Complementary color
Monochromatic Colors of #0031DD
Black with #0031DD
Text Example
Text Example
White with #0031DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0031DD; }
p { color: rgb(0,49,221); }
H1.HeaderClassName
{
color: #0031DD;
}
.AnyTagClassName
{
color: #0031DD;
}
</style>
background-color css
<style>
a { background-color: #0031DD; }
a { background-color: rgb(0,49,221); }
div.DivClassName
{
background-color: #0031DD;
}
.BgClassName
{
background-color: #0031DD;
}
</style>
border-color css
<style>
span { border-color: #0031DD; }
span { border-color: rgb(0,49,221); }
td.TdClassName
{
border-color: #0031DD;
}
.TagClassName
{
border-color: #0031DD;
}
</style>