Shades of Medium Blue #320BCD
Tints of Medium Blue #320BCD
RGB
CMYK
RGB Variations
Color information
#320BCD (or 0x320BCD) is known color: Medium Blue. HEX triplet: 32, 0B and CD. RGB value is (50,11,205). Sum of RGB (Red+Green+Blue) = 50+11+205=266 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.80% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 205 (80.47% from 255 or 77.07% from 266); Max value from RGB is 205 - color contains mainly: blue. Hex color #320BCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320BCD is #CDF432. Grayscale: #2C2C2C. Windows color (decimal): -13497395 or 13437746. OLE color: 13437746.
HSL color Cylindrical-coordinate representation of color #320BCD: hue angle of 252.06º 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 #320BCD is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 11 | 205 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.20 |
| HSL | 252.06º | 0.9% | 0.42% | - |
| HSV(B) | 252.06º | 0.95% | 0.8% | - |
| XYZ | 12.45 | 5.33 | 58.13 | - |
| YUV | 44.78 | 218.42 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 205 | 0.76 | 0.95 | 0 | 0.20 | 252.06 | 0.9 | 0.42 |
| Hex | 32 | B | CD | 4C | 5F | 0 | 14 | FC | 5A | 2A |
| Octal | 62 | 13 | 315 | 114 | 137 | 0 | 24 | 374 | 132 | 52 |
| Binary | 110010 | 1011 | 11001101 | 1001100 | 1011111 | 0 | 10100 | 11111100 | 1011010 | 101010 |
Color Harmonies of #320BCD
Complementary color
Monochromatic Colors of #320BCD
Black with #320BCD
Text Example
Text Example
White with #320BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320BCD; }
p { color: rgb(50,11,205); }
H1.HeaderClassName
{
color: #320BCD;
}
.AnyTagClassName
{
color: #320BCD;
}
</style>
background-color css
<style>
a { background-color: #320BCD; }
a { background-color: rgb(50,11,205); }
div.DivClassName
{
background-color: #320BCD;
}
.BgClassName
{
background-color: #320BCD;
}
</style>
border-color css
<style>
span { border-color: #320BCD; }
span { border-color: rgb(50,11,205); }
td.TdClassName
{
border-color: #320BCD;
}
.TagClassName
{
border-color: #320BCD;
}
</style>