Shades of Persian Blue #0331DC
Tints of Persian Blue #0331DC
RGB
CMYK
RGB Variations
Color information
#0331DC (or 0x0331DC) is known color: Persian Blue. HEX triplet: 03, 31 and DC. RGB value is (3,49,220). Sum of RGB (Red+Green+Blue) = 3+49+220=272 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 220 (86.33% from 255 or 80.88% from 272); Max value from RGB is 220 - color contains mainly: blue. Hex color #0331DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0331DC is #FCCE23. Grayscale: #363636. Windows color (decimal): -16567844 or 14430467. OLE color: 14430467.
HSL color Cylindrical-coordinate representation of color #0331DC: hue angle of 227.28º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0331DC is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 49 | 220 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.14 |
| HSL | 227.28º | 0.97% | 0.44% | - |
| HSV(B) | 227.28º | 0.99% | 0.86% | - |
| XYZ | 14.05 | 7.38 | 68.39 | - |
| YUV | 54.74 | 221.26 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 49 | 220 | 0.99 | 0.78 | 0 | 0.14 | 227.28 | 0.97 | 0.44 |
| Hex | 3 | 31 | DC | 63 | 4E | 0 | E | E3 | 61 | 2C |
| Octal | 3 | 61 | 334 | 143 | 116 | 0 | 16 | 343 | 141 | 54 |
| Binary | 11 | 110001 | 11011100 | 1100011 | 1001110 | 0 | 1110 | 11100011 | 1100001 | 101100 |
Color Harmonies of #0331DC
Complementary color
Monochromatic Colors of #0331DC
Black with #0331DC
Text Example
Text Example
White with #0331DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0331DC; }
p { color: rgb(3,49,220); }
H1.HeaderClassName
{
color: #0331DC;
}
.AnyTagClassName
{
color: #0331DC;
}
</style>
background-color css
<style>
a { background-color: #0331DC; }
a { background-color: rgb(3,49,220); }
div.DivClassName
{
background-color: #0331DC;
}
.BgClassName
{
background-color: #0331DC;
}
</style>
border-color css
<style>
span { border-color: #0331DC; }
span { border-color: rgb(3,49,220); }
td.TdClassName
{
border-color: #0331DC;
}
.TagClassName
{
border-color: #0331DC;
}
</style>