Shades of Medium Blue #0320C5
Tints of Medium Blue #0320C5
RGB
CMYK
RGB Variations
Color information
#0320C5 (or 0x0320C5) is known color: Medium Blue. HEX triplet: 03, 20 and C5. RGB value is (3,32,197). Sum of RGB (Red+Green+Blue) = 3+32+197=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 197 (77.34% from 255 or 84.91% from 232); Max value from RGB is 197 - color contains mainly: blue. Hex color #0320C5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0320C5 is #FCDF3A. Grayscale: #292929. Windows color (decimal): -16572219 or 12918787. OLE color: 12918787.
HSL color Cylindrical-coordinate representation of color #0320C5: hue angle of 231.03º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0320C5 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 3 | 32 | 197 | - |
| CMYK | 0.98 | 0.84 | 0 | 0.23 |
| HSL | 231.03º | 0.97% | 0.39% | - |
| HSV(B) | 231.03º | 0.98% | 0.77% | - |
| XYZ | 10.63 | 5.08 | 53.24 | - |
| YUV | 42.14 | 215.39 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 32 | 197 | 0.98 | 0.84 | 0 | 0.23 | 231.03 | 0.97 | 0.39 |
| Hex | 3 | 20 | C5 | 62 | 54 | 0 | 17 | E7 | 61 | 27 |
| Octal | 3 | 40 | 305 | 142 | 124 | 0 | 27 | 347 | 141 | 47 |
| Binary | 11 | 100000 | 11000101 | 1100010 | 1010100 | 0 | 10111 | 11100111 | 1100001 | 100111 |
Color Harmonies of #0320C5
Complementary color
Monochromatic Colors of #0320C5
Black with #0320C5
Text Example
Text Example
White with #0320C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0320C5; }
p { color: rgb(3,32,197); }
H1.HeaderClassName
{
color: #0320C5;
}
.AnyTagClassName
{
color: #0320C5;
}
</style>
background-color css
<style>
a { background-color: #0320C5; }
a { background-color: rgb(3,32,197); }
div.DivClassName
{
background-color: #0320C5;
}
.BgClassName
{
background-color: #0320C5;
}
</style>
border-color css
<style>
span { border-color: #0320C5; }
span { border-color: rgb(3,32,197); }
td.TdClassName
{
border-color: #0320C5;
}
.TagClassName
{
border-color: #0320C5;
}
</style>