Shades of Persian Blue #0327CE
Tints of Persian Blue #0327CE
RGB
CMYK
RGB Variations
Color information
#0327CE (or 0x0327CE) is known color: Persian Blue. HEX triplet: 03, 27 and CE. RGB value is (3,39,206). Sum of RGB (Red+Green+Blue) = 3+39+206=248 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 206 (80.86% from 255 or 83.06% from 248); Max value from RGB is 206 - color contains mainly: blue. Hex color #0327CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0327CE is #FCD831. Grayscale: #2E2E2E. Windows color (decimal): -16570418 or 13510403. OLE color: 13510403.
HSL color Cylindrical-coordinate representation of color #0327CE: hue angle of 229.36º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0327CE is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 39 | 206 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.19 |
| HSL | 229.36º | 0.97% | 0.41% | - |
| HSV(B) | 229.36º | 0.99% | 0.81% | - |
| XYZ | 11.9 | 5.93 | 58.91 | - |
| YUV | 47.27 | 217.57 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 39 | 206 | 0.99 | 0.81 | 0 | 0.19 | 229.36 | 0.97 | 0.41 |
| Hex | 3 | 27 | CE | 63 | 51 | 0 | 13 | E5 | 61 | 29 |
| Octal | 3 | 47 | 316 | 143 | 121 | 0 | 23 | 345 | 141 | 51 |
| Binary | 11 | 100111 | 11001110 | 1100011 | 1010001 | 0 | 10011 | 11100101 | 1100001 | 101001 |
Color Harmonies of #0327CE
Complementary color
Monochromatic Colors of #0327CE
Black with #0327CE
Text Example
Text Example
White with #0327CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0327CE; }
p { color: rgb(3,39,206); }
H1.HeaderClassName
{
color: #0327CE;
}
.AnyTagClassName
{
color: #0327CE;
}
</style>
background-color css
<style>
a { background-color: #0327CE; }
a { background-color: rgb(3,39,206); }
div.DivClassName
{
background-color: #0327CE;
}
.BgClassName
{
background-color: #0327CE;
}
</style>
border-color css
<style>
span { border-color: #0327CE; }
span { border-color: rgb(3,39,206); }
td.TdClassName
{
border-color: #0327CE;
}
.TagClassName
{
border-color: #0327CE;
}
</style>