Shades of Persian Blue #0329DC
Tints of Persian Blue #0329DC
RGB
CMYK
RGB Variations
Color information
#0329DC (or 0x0329DC) is known color: Persian Blue. HEX triplet: 03, 29 and DC. RGB value is (3,41,220). Sum of RGB (Red+Green+Blue) = 3+41+220=264 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 220 (86.33% from 255 or 83.33% from 264); Max value from RGB is 220 - color contains mainly: blue. Hex color #0329DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0329DC is #FCD623. Grayscale: #313131. Windows color (decimal): -16569892 or 14428419. OLE color: 14428419.
HSL color Cylindrical-coordinate representation of color #0329DC: hue angle of 229.49º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0329DC is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 41 | 220 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.14 |
| HSL | 229.49º | 0.97% | 0.44% | - |
| HSV(B) | 229.49º | 0.99% | 0.86% | - |
| XYZ | 13.75 | 6.77 | 68.29 | - |
| YUV | 50.04 | 223.91 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 41 | 220 | 0.99 | 0.81 | 0 | 0.14 | 229.49 | 0.97 | 0.44 |
| Hex | 3 | 29 | DC | 63 | 51 | 0 | E | E5 | 61 | 2C |
| Octal | 3 | 51 | 334 | 143 | 121 | 0 | 16 | 345 | 141 | 54 |
| Binary | 11 | 101001 | 11011100 | 1100011 | 1010001 | 0 | 1110 | 11100101 | 1100001 | 101100 |
Color Harmonies of #0329DC
Complementary color
Monochromatic Colors of #0329DC
Black with #0329DC
Text Example
Text Example
White with #0329DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0329DC; }
p { color: rgb(3,41,220); }
H1.HeaderClassName
{
color: #0329DC;
}
.AnyTagClassName
{
color: #0329DC;
}
</style>
background-color css
<style>
a { background-color: #0329DC; }
a { background-color: rgb(3,41,220); }
div.DivClassName
{
background-color: #0329DC;
}
.BgClassName
{
background-color: #0329DC;
}
</style>
border-color css
<style>
span { border-color: #0329DC; }
span { border-color: rgb(3,41,220); }
td.TdClassName
{
border-color: #0329DC;
}
.TagClassName
{
border-color: #0329DC;
}
</style>