Shades of Medium Blue #320CBE
Tints of Medium Blue #320CBE
RGB
CMYK
RGB Variations
Color information
#320CBE (or 0x320CBE) is known color: Medium Blue. HEX triplet: 32, 0C and BE. RGB value is (50,12,190). Sum of RGB (Red+Green+Blue) = 50+12+190=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 190 (74.61% from 255 or 75.40% from 252); Max value from RGB is 190 - color contains mainly: blue. Hex color #320CBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320CBE is #CDF341. Grayscale: #2A2A2A. Windows color (decimal): -13497154 or 12454962. OLE color: 12454962.
HSL color Cylindrical-coordinate representation of color #320CBE: hue angle of 252.81º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320CBE is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 12 | 190 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.25 |
| HSL | 252.81º | 0.88% | 0.4% | - |
| HSV(B) | 252.81º | 0.94% | 0.75% | - |
| XYZ | 10.74 | 4.66 | 49.05 | - |
| YUV | 43.65 | 210.59 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 190 | 0.74 | 0.94 | 0 | 0.25 | 252.81 | 0.88 | 0.4 |
| Hex | 32 | C | BE | 4A | 5E | 0 | 19 | FD | 58 | 28 |
| Octal | 62 | 14 | 276 | 112 | 136 | 0 | 31 | 375 | 130 | 50 |
| Binary | 110010 | 1100 | 10111110 | 1001010 | 1011110 | 0 | 11001 | 11111101 | 1011000 | 101000 |
Color Harmonies of #320CBE
Complementary color
Monochromatic Colors of #320CBE
Black with #320CBE
Text Example
Text Example
White with #320CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320CBE; }
p { color: rgb(50,12,190); }
H1.HeaderClassName
{
color: #320CBE;
}
.AnyTagClassName
{
color: #320CBE;
}
</style>
background-color css
<style>
a { background-color: #320CBE; }
a { background-color: rgb(50,12,190); }
div.DivClassName
{
background-color: #320CBE;
}
.BgClassName
{
background-color: #320CBE;
}
</style>
border-color css
<style>
span { border-color: #320CBE; }
span { border-color: rgb(50,12,190); }
td.TdClassName
{
border-color: #320CBE;
}
.TagClassName
{
border-color: #320CBE;
}
</style>