Shades of Persian Blue #0330D4
Tints of Persian Blue #0330D4
RGB
CMYK
RGB Variations
Color information
#0330D4 (or 0x0330D4) is known color: Persian Blue. HEX triplet: 03, 30 and D4. RGB value is (3,48,212). Sum of RGB (Red+Green+Blue) = 3+48+212=263 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 212 (83.20% from 255 or 80.61% from 263); Max value from RGB is 212 - color contains mainly: blue. Hex color #0330D4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0330D4 is #FCCF2B. Grayscale: #343434. Windows color (decimal): -16568108 or 13905923. OLE color: 13905923.
HSL color Cylindrical-coordinate representation of color #0330D4: hue angle of 227.08º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0330D4 is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 3 | 48 | 212 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.17 |
| HSL | 227.08º | 0.97% | 0.42% | - |
| HSV(B) | 227.08º | 0.99% | 0.83% | - |
| XYZ | 12.98 | 6.89 | 62.93 | - |
| YUV | 53.24 | 217.59 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 48 | 212 | 0.99 | 0.77 | 0 | 0.17 | 227.08 | 0.97 | 0.42 |
| Hex | 3 | 30 | D4 | 63 | 4D | 0 | 11 | E3 | 61 | 2A |
| Octal | 3 | 60 | 324 | 143 | 115 | 0 | 21 | 343 | 141 | 52 |
| Binary | 11 | 110000 | 11010100 | 1100011 | 1001101 | 0 | 10001 | 11100011 | 1100001 | 101010 |
Color Harmonies of #0330D4
Complementary color
Monochromatic Colors of #0330D4
Black with #0330D4
Text Example
Text Example
White with #0330D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0330D4; }
p { color: rgb(3,48,212); }
H1.HeaderClassName
{
color: #0330D4;
}
.AnyTagClassName
{
color: #0330D4;
}
</style>
background-color css
<style>
a { background-color: #0330D4; }
a { background-color: rgb(3,48,212); }
div.DivClassName
{
background-color: #0330D4;
}
.BgClassName
{
background-color: #0330D4;
}
</style>
border-color css
<style>
span { border-color: #0330D4; }
span { border-color: rgb(3,48,212); }
td.TdClassName
{
border-color: #0330D4;
}
.TagClassName
{
border-color: #0330D4;
}
</style>