Shades of Medium Blue #320BBD
Tints of Medium Blue #320BBD
RGB
CMYK
RGB Variations
Color information
#320BBD (or 0x320BBD) is known color: Medium Blue. HEX triplet: 32, 0B and BD. RGB value is (50,11,189). Sum of RGB (Red+Green+Blue) = 50+11+189=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 189 (74.22% from 255 or 75.6% from 250); Max value from RGB is 189 - color contains mainly: blue. Hex color #320BBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320BBD is #CDF442. Grayscale: #2A2A2A. Windows color (decimal): -13497411 or 12389170. OLE color: 12389170.
HSL color Cylindrical-coordinate representation of color #320BBD: hue angle of 253.15º degrees, saturation: 0.89, 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 #320BBD is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 11 | 189 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.26 |
| HSL | 253.15º | 0.89% | 0.39% | - |
| HSV(B) | 253.15º | 0.94% | 0.74% | - |
| XYZ | 10.62 | 4.59 | 48.47 | - |
| YUV | 42.95 | 210.42 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 189 | 0.74 | 0.94 | 0 | 0.26 | 253.15 | 0.89 | 0.39 |
| Hex | 32 | B | BD | 4A | 5E | 0 | 1A | FD | 59 | 27 |
| Octal | 62 | 13 | 275 | 112 | 136 | 0 | 32 | 375 | 131 | 47 |
| Binary | 110010 | 1011 | 10111101 | 1001010 | 1011110 | 0 | 11010 | 11111101 | 1011001 | 100111 |
Color Harmonies of #320BBD
Complementary color
Monochromatic Colors of #320BBD
Black with #320BBD
Text Example
Text Example
White with #320BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320BBD; }
p { color: rgb(50,11,189); }
H1.HeaderClassName
{
color: #320BBD;
}
.AnyTagClassName
{
color: #320BBD;
}
</style>
background-color css
<style>
a { background-color: #320BBD; }
a { background-color: rgb(50,11,189); }
div.DivClassName
{
background-color: #320BBD;
}
.BgClassName
{
background-color: #320BBD;
}
</style>
border-color css
<style>
span { border-color: #320BBD; }
span { border-color: rgb(50,11,189); }
td.TdClassName
{
border-color: #320BBD;
}
.TagClassName
{
border-color: #320BBD;
}
</style>