Shades of Medium Blue #0322DC
Tints of Medium Blue #0322DC
RGB
CMYK
RGB Variations
Color information
#0322DC (or 0x0322DC) is known color: Medium Blue. HEX triplet: 03, 22 and DC. RGB value is (3,34,220). Sum of RGB (Red+Green+Blue) = 3+34+220=257 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 220 (86.33% from 255 or 85.60% from 257); Max value from RGB is 220 - color contains mainly: blue. Hex color #0322DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0322DC is #FCDD23. Grayscale: #2D2D2D. Windows color (decimal): -16571684 or 14426627. OLE color: 14426627.
HSL color Cylindrical-coordinate representation of color #0322DC: hue angle of 231.43º 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 #0322DC is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 34 | 220 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.14 |
| HSL | 231.43º | 0.97% | 0.44% | - |
| HSV(B) | 231.43º | 0.99% | 0.86% | - |
| XYZ | 13.53 | 6.33 | 68.22 | - |
| YUV | 45.94 | 226.23 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 34 | 220 | 0.99 | 0.85 | 0 | 0.14 | 231.43 | 0.97 | 0.44 |
| Hex | 3 | 22 | DC | 63 | 55 | 0 | E | E7 | 61 | 2C |
| Octal | 3 | 42 | 334 | 143 | 125 | 0 | 16 | 347 | 141 | 54 |
| Binary | 11 | 100010 | 11011100 | 1100011 | 1010101 | 0 | 1110 | 11100111 | 1100001 | 101100 |
Color Harmonies of #0322DC
Complementary color
Monochromatic Colors of #0322DC
Black with #0322DC
Text Example
Text Example
White with #0322DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0322DC; }
p { color: rgb(3,34,220); }
H1.HeaderClassName
{
color: #0322DC;
}
.AnyTagClassName
{
color: #0322DC;
}
</style>
background-color css
<style>
a { background-color: #0322DC; }
a { background-color: rgb(3,34,220); }
div.DivClassName
{
background-color: #0322DC;
}
.BgClassName
{
background-color: #0322DC;
}
</style>
border-color css
<style>
span { border-color: #0322DC; }
span { border-color: rgb(3,34,220); }
td.TdClassName
{
border-color: #0322DC;
}
.TagClassName
{
border-color: #0322DC;
}
</style>