Shades of Medium Blue #0320CF
Tints of Medium Blue #0320CF
RGB
CMYK
RGB Variations
Color information
#0320CF (or 0x0320CF) is known color: Medium Blue. HEX triplet: 03, 20 and CF. RGB value is (3,32,207). Sum of RGB (Red+Green+Blue) = 3+32+207=242 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 207 (81.25% from 255 or 85.54% from 242); Max value from RGB is 207 - color contains mainly: blue. Hex color #0320CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0320CF is #FCDF30. Grayscale: #2A2A2A. Windows color (decimal): -16572209 or 13574147. OLE color: 13574147.
HSL color Cylindrical-coordinate representation of color #0320CF: hue angle of 231.47º 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 #0320CF is Cyan = 0.99, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 32 | 207 | - |
| CMYK | 0.99 | 0.85 | 0 | 0.19 |
| HSL | 231.47º | 0.97% | 0.41% | - |
| HSV(B) | 231.47º | 0.99% | 0.81% | - |
| XYZ | 11.82 | 5.56 | 59.48 | - |
| YUV | 43.28 | 220.39 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 32 | 207 | 0.99 | 0.85 | 0 | 0.19 | 231.47 | 0.97 | 0.41 |
| Hex | 3 | 20 | CF | 63 | 55 | 0 | 13 | E7 | 61 | 29 |
| Octal | 3 | 40 | 317 | 143 | 125 | 0 | 23 | 347 | 141 | 51 |
| Binary | 11 | 100000 | 11001111 | 1100011 | 1010101 | 0 | 10011 | 11100111 | 1100001 | 101001 |
Color Harmonies of #0320CF
Complementary color
Monochromatic Colors of #0320CF
Black with #0320CF
Text Example
Text Example
White with #0320CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0320CF; }
p { color: rgb(3,32,207); }
H1.HeaderClassName
{
color: #0320CF;
}
.AnyTagClassName
{
color: #0320CF;
}
</style>
background-color css
<style>
a { background-color: #0320CF; }
a { background-color: rgb(3,32,207); }
div.DivClassName
{
background-color: #0320CF;
}
.BgClassName
{
background-color: #0320CF;
}
</style>
border-color css
<style>
span { border-color: #0320CF; }
span { border-color: rgb(3,32,207); }
td.TdClassName
{
border-color: #0320CF;
}
.TagClassName
{
border-color: #0320CF;
}
</style>