Shades of Medium Blue #320BCC
Tints of Medium Blue #320BCC
RGB
CMYK
RGB Variations
Color information
#320BCC (or 0x320BCC) is known color: Medium Blue. HEX triplet: 32, 0B and CC. RGB value is (50,11,204). Sum of RGB (Red+Green+Blue) = 50+11+204=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 11 (4.69% from 255 or 4.15% from 265); Blue value is 204 (80.08% from 255 or 76.98% from 265); Max value from RGB is 204 - color contains mainly: blue. Hex color #320BCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320BCC is #CDF433. Grayscale: #2B2B2B. Windows color (decimal): -13497396 or 13372210. OLE color: 13372210.
HSL color Cylindrical-coordinate representation of color #320BCC: hue angle of 252.12º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320BCC is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 11 | 204 | - |
| CMYK | 0.75 | 0.95 | 0 | 0.2 |
| HSL | 252.12º | 0.9% | 0.42% | - |
| HSV(B) | 252.12º | 0.95% | 0.8% | - |
| XYZ | 12.33 | 5.28 | 57.5 | - |
| YUV | 44.66 | 217.92 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 204 | 0.75 | 0.95 | 0 | 0.2 | 252.12 | 0.9 | 0.42 |
| Hex | 32 | B | CC | 4B | 5F | 0 | 14 | FC | 5A | 2A |
| Octal | 62 | 13 | 314 | 113 | 137 | 0 | 24 | 374 | 132 | 52 |
| Binary | 110010 | 1011 | 11001100 | 1001011 | 1011111 | 0 | 10100 | 11111100 | 1011010 | 101010 |
Color Harmonies of #320BCC
Complementary color
Monochromatic Colors of #320BCC
Black with #320BCC
Text Example
Text Example
White with #320BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320BCC; }
p { color: rgb(50,11,204); }
H1.HeaderClassName
{
color: #320BCC;
}
.AnyTagClassName
{
color: #320BCC;
}
</style>
background-color css
<style>
a { background-color: #320BCC; }
a { background-color: rgb(50,11,204); }
div.DivClassName
{
background-color: #320BCC;
}
.BgClassName
{
background-color: #320BCC;
}
</style>
border-color css
<style>
span { border-color: #320BCC; }
span { border-color: rgb(50,11,204); }
td.TdClassName
{
border-color: #320BCC;
}
.TagClassName
{
border-color: #320BCC;
}
</style>