Shades of Medium Blue #0322CC
Tints of Medium Blue #0322CC
RGB
CMYK
RGB Variations
Color information
#0322CC (or 0x0322CC) is known color: Medium Blue. HEX triplet: 03, 22 and CC. RGB value is (3,34,204). Sum of RGB (Red+Green+Blue) = 3+34+204=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 204 (80.08% from 255 or 84.65% from 241); Max value from RGB is 204 - color contains mainly: blue. Hex color #0322CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0322CC is #FCDD33. Grayscale: #2B2B2B. Windows color (decimal): -16571700 or 13378051. OLE color: 13378051.
HSL color Cylindrical-coordinate representation of color #0322CC: hue angle of 230.75º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0322CC is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 34 | 204 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.2 |
| HSL | 230.75º | 0.97% | 0.41% | - |
| HSV(B) | 230.75º | 0.99% | 0.8% | - |
| XYZ | 11.51 | 5.52 | 57.59 | - |
| YUV | 44.11 | 218.23 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 34 | 204 | 0.99 | 0.83 | 0 | 0.2 | 230.75 | 0.97 | 0.41 |
| Hex | 3 | 22 | CC | 63 | 53 | 0 | 14 | E7 | 61 | 29 |
| Octal | 3 | 42 | 314 | 143 | 123 | 0 | 24 | 347 | 141 | 51 |
| Binary | 11 | 100010 | 11001100 | 1100011 | 1010011 | 0 | 10100 | 11100111 | 1100001 | 101001 |
Color Harmonies of #0322CC
Complementary color
Monochromatic Colors of #0322CC
Black with #0322CC
Text Example
Text Example
White with #0322CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0322CC; }
p { color: rgb(3,34,204); }
H1.HeaderClassName
{
color: #0322CC;
}
.AnyTagClassName
{
color: #0322CC;
}
</style>
background-color css
<style>
a { background-color: #0322CC; }
a { background-color: rgb(3,34,204); }
div.DivClassName
{
background-color: #0322CC;
}
.BgClassName
{
background-color: #0322CC;
}
</style>
border-color css
<style>
span { border-color: #0322CC; }
span { border-color: rgb(3,34,204); }
td.TdClassName
{
border-color: #0322CC;
}
.TagClassName
{
border-color: #0322CC;
}
</style>