Shades of Medium Blue #0321DC
Tints of Medium Blue #0321DC
RGB
CMYK
RGB Variations
Color information
#0321DC (or 0x0321DC) is known color: Medium Blue. HEX triplet: 03, 21 and DC. RGB value is (3,33,220). Sum of RGB (Red+Green+Blue) = 3+33+220=256 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 220 (86.33% from 255 or 85.94% from 256); Max value from RGB is 220 - color contains mainly: blue. Hex color #0321DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0321DC is #FCDE23. Grayscale: #2C2C2C. Windows color (decimal): -16571940 or 14426371. OLE color: 14426371.
HSL color Cylindrical-coordinate representation of color #0321DC: hue angle of 231.71º 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 #0321DC is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 33 | 220 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.14 |
| HSL | 231.71º | 0.97% | 0.44% | - |
| HSV(B) | 231.71º | 0.99% | 0.86% | - |
| XYZ | 13.5 | 6.27 | 68.21 | - |
| YUV | 45.35 | 226.56 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 33 | 220 | 0.99 | 0.85 | 0 | 0.14 | 231.71 | 0.97 | 0.44 |
| Hex | 3 | 21 | DC | 63 | 55 | 0 | E | E8 | 61 | 2C |
| Octal | 3 | 41 | 334 | 143 | 125 | 0 | 16 | 350 | 141 | 54 |
| Binary | 11 | 100001 | 11011100 | 1100011 | 1010101 | 0 | 1110 | 11101000 | 1100001 | 101100 |
Color Harmonies of #0321DC
Complementary color
Monochromatic Colors of #0321DC
Black with #0321DC
Text Example
Text Example
White with #0321DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0321DC; }
p { color: rgb(3,33,220); }
H1.HeaderClassName
{
color: #0321DC;
}
.AnyTagClassName
{
color: #0321DC;
}
</style>
background-color css
<style>
a { background-color: #0321DC; }
a { background-color: rgb(3,33,220); }
div.DivClassName
{
background-color: #0321DC;
}
.BgClassName
{
background-color: #0321DC;
}
</style>
border-color css
<style>
span { border-color: #0321DC; }
span { border-color: rgb(3,33,220); }
td.TdClassName
{
border-color: #0321DC;
}
.TagClassName
{
border-color: #0321DC;
}
</style>