Shades of Persian Blue #0326C6
Tints of Persian Blue #0326C6
RGB
CMYK
RGB Variations
Color information
#0326C6 (or 0x0326C6) is known color: Persian Blue. HEX triplet: 03, 26 and C6. RGB value is (3,38,198). Sum of RGB (Red+Green+Blue) = 3+38+198=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 198 (77.73% from 255 or 82.85% from 239); Max value from RGB is 198 - color contains mainly: blue. Hex color #0326C6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0326C6 is #FCD939. Grayscale: #2D2D2D. Windows color (decimal): -16570682 or 12985859. OLE color: 12985859.
HSL color Cylindrical-coordinate representation of color #0326C6: hue angle of 229.23º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0326C6 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 38 | 198 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.22 |
| HSL | 229.23º | 0.97% | 0.39% | - |
| HSV(B) | 229.23º | 0.98% | 0.78% | - |
| XYZ | 10.92 | 5.48 | 53.91 | - |
| YUV | 45.78 | 213.9 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 38 | 198 | 0.98 | 0.81 | 0 | 0.22 | 229.23 | 0.97 | 0.39 |
| Hex | 3 | 26 | C6 | 62 | 51 | 0 | 16 | E5 | 61 | 27 |
| Octal | 3 | 46 | 306 | 142 | 121 | 0 | 26 | 345 | 141 | 47 |
| Binary | 11 | 100110 | 11000110 | 1100010 | 1010001 | 0 | 10110 | 11100101 | 1100001 | 100111 |
Color Harmonies of #0326C6
Complementary color
Monochromatic Colors of #0326C6
Black with #0326C6
Text Example
Text Example
White with #0326C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0326C6; }
p { color: rgb(3,38,198); }
H1.HeaderClassName
{
color: #0326C6;
}
.AnyTagClassName
{
color: #0326C6;
}
</style>
background-color css
<style>
a { background-color: #0326C6; }
a { background-color: rgb(3,38,198); }
div.DivClassName
{
background-color: #0326C6;
}
.BgClassName
{
background-color: #0326C6;
}
</style>
border-color css
<style>
span { border-color: #0326C6; }
span { border-color: rgb(3,38,198); }
td.TdClassName
{
border-color: #0326C6;
}
.TagClassName
{
border-color: #0326C6;
}
</style>