Shades of Persian Blue #0030DC
Tints of Persian Blue #0030DC
RGB
CMYK
RGB Variations
Color information
#0030DC (or 0x0030DC) is known color: Persian Blue. HEX triplet: 00, 30 and DC. RGB value is (0,48,220). Sum of RGB (Red+Green+Blue) = 0+48+220=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 220 (86.33% from 255 or 82.09% from 268); Max value from RGB is 220 - color contains mainly: blue. Hex color #0030DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0030DC is #FFCF23. Grayscale: #343434. Windows color (decimal): -16764708 or 14430208. OLE color: 14430208.
HSL color Cylindrical-coordinate representation of color #0030DC: hue angle of 226.91º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0030DC is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 48 | 220 | - |
| CMYK | 1 | 0.78 | 0 | 0.14 |
| HSL | 226.91º | 1% | 0.43% | - |
| HSV(B) | 226.91º | 1% | 0.86% | - |
| XYZ | 13.98 | 7.28 | 68.38 | - |
| YUV | 53.26 | 222.1 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 48 | 220 | 1 | 0.78 | 0 | 0.14 | 226.91 | 1 | 0.43 |
| Hex | 0 | 30 | DC | 64 | 4E | 0 | E | E3 | 64 | 2B |
| Octal | 0 | 60 | 334 | 144 | 116 | 0 | 16 | 343 | 144 | 53 |
| Binary | 0 | 110000 | 11011100 | 1100100 | 1001110 | 0 | 1110 | 11100011 | 1100100 | 101011 |
Color Harmonies of #0030DC
Complementary color
Monochromatic Colors of #0030DC
Black with #0030DC
Text Example
Text Example
White with #0030DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0030DC; }
p { color: rgb(0,48,220); }
H1.HeaderClassName
{
color: #0030DC;
}
.AnyTagClassName
{
color: #0030DC;
}
</style>
background-color css
<style>
a { background-color: #0030DC; }
a { background-color: rgb(0,48,220); }
div.DivClassName
{
background-color: #0030DC;
}
.BgClassName
{
background-color: #0030DC;
}
</style>
border-color css
<style>
span { border-color: #0030DC; }
span { border-color: rgb(0,48,220); }
td.TdClassName
{
border-color: #0030DC;
}
.TagClassName
{
border-color: #0030DC;
}
</style>