Shades of Persian Blue #0031E2
Tints of Persian Blue #0031E2
RGB
CMYK
RGB Variations
Color information
#0031E2 (or 0x0031E2) is known color: Persian Blue. HEX triplet: 00, 31 and E2. RGB value is (0,49,226). Sum of RGB (Red+Green+Blue) = 0+49+226=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 226 (88.67% from 255 or 82.18% from 275); Max value from RGB is 226 - color contains mainly: blue. Hex color #0031E2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0031E2 is #FFCE1D. Grayscale: #353535. Windows color (decimal): -16764446 or 14823680. OLE color: 14823680.
HSL color Cylindrical-coordinate representation of color #0031E2: hue angle of 226.99º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0031E2 is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 0 | 49 | 226 | - |
| CMYK | 1 | 0.78 | 0 | 0.11 |
| HSL | 226.99º | 1% | 0.44% | - |
| HSV(B) | 226.99º | 1% | 0.89% | - |
| XYZ | 14.83 | 7.69 | 72.65 | - |
| YUV | 54.53 | 224.77 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 226 | 1 | 0.78 | 0 | 0.11 | 226.99 | 1 | 0.44 |
| Hex | 0 | 31 | E2 | 64 | 4E | 0 | B | E3 | 64 | 2C |
| Octal | 0 | 61 | 342 | 144 | 116 | 0 | 13 | 343 | 144 | 54 |
| Binary | 0 | 110001 | 11100010 | 1100100 | 1001110 | 0 | 1011 | 11100011 | 1100100 | 101100 |
Color Harmonies of #0031E2
Complementary color
Monochromatic Colors of #0031E2
Black with #0031E2
Text Example
Text Example
White with #0031E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0031E2; }
p { color: rgb(0,49,226); }
H1.HeaderClassName
{
color: #0031E2;
}
.AnyTagClassName
{
color: #0031E2;
}
</style>
background-color css
<style>
a { background-color: #0031E2; }
a { background-color: rgb(0,49,226); }
div.DivClassName
{
background-color: #0031E2;
}
.BgClassName
{
background-color: #0031E2;
}
</style>
border-color css
<style>
span { border-color: #0031E2; }
span { border-color: rgb(0,49,226); }
td.TdClassName
{
border-color: #0031E2;
}
.TagClassName
{
border-color: #0031E2;
}
</style>