Shades of Medium Blue #320CBD
Tints of Medium Blue #320CBD
RGB
CMYK
RGB Variations
Color information
#320CBD (or 0x320CBD) is known color: Medium Blue. HEX triplet: 32, 0C and BD. RGB value is (50,12,189). Sum of RGB (Red+Green+Blue) = 50+12+189=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 189 (74.22% from 255 or 75.30% from 251); Max value from RGB is 189 - color contains mainly: blue. Hex color #320CBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320CBD is #CDF342. Grayscale: #2A2A2A. Windows color (decimal): -13497155 or 12389426. OLE color: 12389426.
HSL color Cylindrical-coordinate representation of color #320CBD: hue angle of 252.88º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320CBD is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 12 | 189 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.26 |
| HSL | 252.88º | 0.88% | 0.39% | - |
| HSV(B) | 252.88º | 0.94% | 0.74% | - |
| XYZ | 10.63 | 4.62 | 48.47 | - |
| YUV | 43.54 | 210.09 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 189 | 0.74 | 0.94 | 0 | 0.26 | 252.88 | 0.88 | 0.39 |
| Hex | 32 | C | BD | 4A | 5E | 0 | 1A | FD | 58 | 27 |
| Octal | 62 | 14 | 275 | 112 | 136 | 0 | 32 | 375 | 130 | 47 |
| Binary | 110010 | 1100 | 10111101 | 1001010 | 1011110 | 0 | 11010 | 11111101 | 1011000 | 100111 |
Color Harmonies of #320CBD
Complementary color
Monochromatic Colors of #320CBD
Black with #320CBD
Text Example
Text Example
White with #320CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320CBD; }
p { color: rgb(50,12,189); }
H1.HeaderClassName
{
color: #320CBD;
}
.AnyTagClassName
{
color: #320CBD;
}
</style>
background-color css
<style>
a { background-color: #320CBD; }
a { background-color: rgb(50,12,189); }
div.DivClassName
{
background-color: #320CBD;
}
.BgClassName
{
background-color: #320CBD;
}
</style>
border-color css
<style>
span { border-color: #320CBD; }
span { border-color: rgb(50,12,189); }
td.TdClassName
{
border-color: #320CBD;
}
.TagClassName
{
border-color: #320CBD;
}
</style>