Shades of Medium Blue #0320CA
Tints of Medium Blue #0320CA
RGB
CMYK
RGB Variations
Color information
#0320CA (or 0x0320CA) is known color: Medium Blue. HEX triplet: 03, 20 and CA. RGB value is (3,32,202). Sum of RGB (Red+Green+Blue) = 3+32+202=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 202 (79.30% from 255 or 85.23% from 237); Max value from RGB is 202 - color contains mainly: blue. Hex color #0320CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0320CA is #FCDF35. Grayscale: #2A2A2A. Windows color (decimal): -16572214 or 13246467. OLE color: 13246467.
HSL color Cylindrical-coordinate representation of color #0320CA: hue angle of 231.26º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0320CA is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 32 | 202 | - |
| CMYK | 0.99 | 0.84 | 0 | 0.21 |
| HSL | 231.26º | 0.97% | 0.4% | - |
| HSV(B) | 231.26º | 0.99% | 0.79% | - |
| XYZ | 11.21 | 5.32 | 56.31 | - |
| YUV | 42.71 | 217.89 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 32 | 202 | 0.99 | 0.84 | 0 | 0.21 | 231.26 | 0.97 | 0.4 |
| Hex | 3 | 20 | CA | 63 | 54 | 0 | 15 | E7 | 61 | 28 |
| Octal | 3 | 40 | 312 | 143 | 124 | 0 | 25 | 347 | 141 | 50 |
| Binary | 11 | 100000 | 11001010 | 1100011 | 1010100 | 0 | 10101 | 11100111 | 1100001 | 101000 |
Color Harmonies of #0320CA
Complementary color
Monochromatic Colors of #0320CA
Black with #0320CA
Text Example
Text Example
White with #0320CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0320CA; }
p { color: rgb(3,32,202); }
H1.HeaderClassName
{
color: #0320CA;
}
.AnyTagClassName
{
color: #0320CA;
}
</style>
background-color css
<style>
a { background-color: #0320CA; }
a { background-color: rgb(3,32,202); }
div.DivClassName
{
background-color: #0320CA;
}
.BgClassName
{
background-color: #0320CA;
}
</style>
border-color css
<style>
span { border-color: #0320CA; }
span { border-color: rgb(3,32,202); }
td.TdClassName
{
border-color: #0320CA;
}
.TagClassName
{
border-color: #0320CA;
}
</style>