Shades of Persian Blue #163FE3
Tints of Persian Blue #163FE3
RGB
CMYK
RGB Variations
Color information
#163FE3 (or 0x163FE3) is known color: Persian Blue. HEX triplet: 16, 3F and E3. RGB value is (22,63,227). Sum of RGB (Red+Green+Blue) = 22+63+227=312 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.05% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 227 (89.06% from 255 or 72.76% from 312); Max value from RGB is 227 - color contains mainly: blue. Hex color #163FE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #163FE3 is #E9C01C. Grayscale: #444444. Windows color (decimal): -15319069 or 14892822. OLE color: 14892822.
HSL color Cylindrical-coordinate representation of color #163FE3: hue angle of 228º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #163FE3 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 22 | 63 | 227 | - |
| CMYK | 0.90 | 0.72 | 0 | 0.11 |
| HSL | 228º | 0.82% | 0.49% | - |
| HSV(B) | 228º | 0.9% | 0.89% | - |
| XYZ | 15.97 | 9.27 | 73.62 | - |
| YUV | 69.44 | 216.92 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 63 | 227 | 0.90 | 0.72 | 0 | 0.11 | 228 | 0.82 | 0.49 |
| Hex | 16 | 3F | E3 | 5A | 48 | 0 | B | E4 | 52 | 31 |
| Octal | 26 | 77 | 343 | 132 | 110 | 0 | 13 | 344 | 122 | 61 |
| Binary | 10110 | 111111 | 11100011 | 1011010 | 1001000 | 0 | 1011 | 11100100 | 1010010 | 110001 |
Color Harmonies of #163FE3
Complementary color
Monochromatic Colors of #163FE3
Black with #163FE3
Text Example
Text Example
White with #163FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163FE3; }
p { color: rgb(22,63,227); }
H1.HeaderClassName
{
color: #163FE3;
}
.AnyTagClassName
{
color: #163FE3;
}
</style>
background-color css
<style>
a { background-color: #163FE3; }
a { background-color: rgb(22,63,227); }
div.DivClassName
{
background-color: #163FE3;
}
.BgClassName
{
background-color: #163FE3;
}
</style>
border-color css
<style>
span { border-color: #163FE3; }
span { border-color: rgb(22,63,227); }
td.TdClassName
{
border-color: #163FE3;
}
.TagClassName
{
border-color: #163FE3;
}
</style>