Shades of Persian Blue #0328D8
Tints of Persian Blue #0328D8
RGB
CMYK
RGB Variations
Color information
#0328D8 (or 0x0328D8) is known color: Persian Blue. HEX triplet: 03, 28 and D8. RGB value is (3,40,216). Sum of RGB (Red+Green+Blue) = 3+40+216=259 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 216 (84.77% from 255 or 83.40% from 259); Max value from RGB is 216 - color contains mainly: blue. Hex color #0328D8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0328D8 is #FCD727. Grayscale: #303030. Windows color (decimal): -16570152 or 14166019. OLE color: 14166019.
HSL color Cylindrical-coordinate representation of color #0328D8: hue angle of 229.58º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0328D8 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 40 | 216 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.15 |
| HSL | 229.58º | 0.97% | 0.43% | - |
| HSV(B) | 229.58º | 0.99% | 0.85% | - |
| XYZ | 13.19 | 6.49 | 65.52 | - |
| YUV | 49 | 222.24 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 40 | 216 | 0.99 | 0.81 | 0 | 0.15 | 229.58 | 0.97 | 0.43 |
| Hex | 3 | 28 | D8 | 63 | 51 | 0 | F | E6 | 61 | 2B |
| Octal | 3 | 50 | 330 | 143 | 121 | 0 | 17 | 346 | 141 | 53 |
| Binary | 11 | 101000 | 11011000 | 1100011 | 1010001 | 0 | 1111 | 11100110 | 1100001 | 101011 |
Color Harmonies of #0328D8
Complementary color
Monochromatic Colors of #0328D8
Black with #0328D8
Text Example
Text Example
White with #0328D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0328D8; }
p { color: rgb(3,40,216); }
H1.HeaderClassName
{
color: #0328D8;
}
.AnyTagClassName
{
color: #0328D8;
}
</style>
background-color css
<style>
a { background-color: #0328D8; }
a { background-color: rgb(3,40,216); }
div.DivClassName
{
background-color: #0328D8;
}
.BgClassName
{
background-color: #0328D8;
}
</style>
border-color css
<style>
span { border-color: #0328D8; }
span { border-color: rgb(3,40,216); }
td.TdClassName
{
border-color: #0328D8;
}
.TagClassName
{
border-color: #0328D8;
}
</style>