Shades of Medium Blue #0322CE
Tints of Medium Blue #0322CE
RGB
CMYK
RGB Variations
Color information
#0322CE (or 0x0322CE) is known color: Medium Blue. HEX triplet: 03, 22 and CE. RGB value is (3,34,206). Sum of RGB (Red+Green+Blue) = 3+34+206=243 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 206 (80.86% from 255 or 84.77% from 243); Max value from RGB is 206 - color contains mainly: blue. Hex color #0322CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0322CE is #FCDD31. Grayscale: #2B2B2B. Windows color (decimal): -16571698 or 13509123. OLE color: 13509123.
HSL color Cylindrical-coordinate representation of color #0322CE: hue angle of 230.84º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0322CE is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 34 | 206 | - |
| CMYK | 0.99 | 0.83 | 0 | 0.19 |
| HSL | 230.84º | 0.97% | 0.41% | - |
| HSV(B) | 230.84º | 0.99% | 0.81% | - |
| XYZ | 11.75 | 5.62 | 58.86 | - |
| YUV | 44.34 | 219.23 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 34 | 206 | 0.99 | 0.83 | 0 | 0.19 | 230.84 | 0.97 | 0.41 |
| Hex | 3 | 22 | CE | 63 | 53 | 0 | 13 | E7 | 61 | 29 |
| Octal | 3 | 42 | 316 | 143 | 123 | 0 | 23 | 347 | 141 | 51 |
| Binary | 11 | 100010 | 11001110 | 1100011 | 1010011 | 0 | 10011 | 11100111 | 1100001 | 101001 |
Color Harmonies of #0322CE
Complementary color
Monochromatic Colors of #0322CE
Black with #0322CE
Text Example
Text Example
White with #0322CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0322CE; }
p { color: rgb(3,34,206); }
H1.HeaderClassName
{
color: #0322CE;
}
.AnyTagClassName
{
color: #0322CE;
}
</style>
background-color css
<style>
a { background-color: #0322CE; }
a { background-color: rgb(3,34,206); }
div.DivClassName
{
background-color: #0322CE;
}
.BgClassName
{
background-color: #0322CE;
}
</style>
border-color css
<style>
span { border-color: #0322CE; }
span { border-color: rgb(3,34,206); }
td.TdClassName
{
border-color: #0322CE;
}
.TagClassName
{
border-color: #0322CE;
}
</style>