Shades of Persian Blue #0033DC
Tints of Persian Blue #0033DC
RGB
CMYK
RGB Variations
Color information
#0033DC (or 0x0033DC) is known color: Persian Blue. HEX triplet: 00, 33 and DC. RGB value is (0,51,220). Sum of RGB (Red+Green+Blue) = 0+51+220=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 220 (86.33% from 255 or 81.18% from 271); Max value from RGB is 220 - color contains mainly: blue. Hex color #0033DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0033DC is #FFCC23. Grayscale: #363636. Windows color (decimal): -16763940 or 14430976. OLE color: 14430976.
HSL color Cylindrical-coordinate representation of color #0033DC: hue angle of 226.09º 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 #0033DC is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 51 | 220 | - |
| CMYK | 1 | 0.77 | 0 | 0.14 |
| HSL | 226.09º | 1% | 0.43% | - |
| HSV(B) | 226.09º | 1% | 0.86% | - |
| XYZ | 14.1 | 7.53 | 68.42 | - |
| YUV | 55.02 | 221.1 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 220 | 1 | 0.77 | 0 | 0.14 | 226.09 | 1 | 0.43 |
| Hex | 0 | 33 | DC | 64 | 4D | 0 | E | E2 | 64 | 2B |
| Octal | 0 | 63 | 334 | 144 | 115 | 0 | 16 | 342 | 144 | 53 |
| Binary | 0 | 110011 | 11011100 | 1100100 | 1001101 | 0 | 1110 | 11100010 | 1100100 | 101011 |
Color Harmonies of #0033DC
Complementary color
Monochromatic Colors of #0033DC
Black with #0033DC
Text Example
Text Example
White with #0033DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0033DC; }
p { color: rgb(0,51,220); }
H1.HeaderClassName
{
color: #0033DC;
}
.AnyTagClassName
{
color: #0033DC;
}
</style>
background-color css
<style>
a { background-color: #0033DC; }
a { background-color: rgb(0,51,220); }
div.DivClassName
{
background-color: #0033DC;
}
.BgClassName
{
background-color: #0033DC;
}
</style>
border-color css
<style>
span { border-color: #0033DC; }
span { border-color: rgb(0,51,220); }
td.TdClassName
{
border-color: #0033DC;
}
.TagClassName
{
border-color: #0033DC;
}
</style>